From 93fd277c04ff327e0b2ca4e68cc89b27db20c8ca Mon Sep 17 00:00:00 2001 From: Magdalena Sadowska Date: Wed, 20 Nov 2024 13:08:07 +0100 Subject: [PATCH] [Docs v1] Organization docs refactor --- docs/book/organization/index.rst | 9 ++- docs/book/organization/map.rst.inc | 1 - docs/book/organization/team.rst | 115 ----------------------------- 3 files changed, 8 insertions(+), 117 deletions(-) delete mode 100644 docs/book/organization/team.rst diff --git a/docs/book/organization/index.rst b/docs/book/organization/index.rst index 104f4bb650..3f00710c45 100644 --- a/docs/book/organization/index.rst +++ b/docs/book/organization/index.rst @@ -1,11 +1,18 @@ Organization ============ +We aim to shape the future of eCommerce, leveraging the strength of open source and the power of community-driven development. +Our team ensures that Sylius as a framework stays up-to-date, innovative, and tailored to the ever-changing needs of modern eCommerce, +making it a leading choice for those seeking a customizable and powerful solution. + +Check the people responsible for this project `here `_. + +This chapter describes the rules and processes we use to organize our work: + .. toctree:: :hidden: release-cycle backward-compatibility-promise - team .. include:: /book/organization/map.rst.inc diff --git a/docs/book/organization/map.rst.inc b/docs/book/organization/map.rst.inc index 6b41891f54..658e2eeb04 100644 --- a/docs/book/organization/map.rst.inc +++ b/docs/book/organization/map.rst.inc @@ -1,3 +1,2 @@ * :doc:`/book/organization/release-cycle` * :doc:`/book/organization/backward-compatibility-promise` -* :doc:`/book/organization/team` diff --git a/docs/book/organization/team.rst b/docs/book/organization/team.rst deleted file mode 100644 index 67d1c59ae5..0000000000 --- a/docs/book/organization/team.rst +++ /dev/null @@ -1,115 +0,0 @@ -Sylius Team -=========== - -The following people are creating Sylius Core Team: - -* **Łukasz Chruściel** (`lchrusciel`_) -* **Grzegorz Sadowski** (`GSadee`_) -* **Mateusz Zalewski** (`Zales0123`_) -* **Loïc Frémont** (`loic425`_) -* **Victor Vasiloi** (`vvasiloi`_) -* **Stephane Decock** (`Roshyo`_) - -Theirs accountabilities are: - -* Reviews and merges pull requests -* Triages and reacts to issues - -In addition, they are supported by: - -Product Owner -~~~~~~~~~~~~~ - -* Builds and refines the Product Backlog and Roadmap -* Gathers feedback from all stakeholders - -This role is currently held by: - -* **Magdalena Sadowska** (`CoderMaggie`_) - -Vision -~~~~~~ - -* Creates and iterates over the long term Sylius Vision - -This role is currently held by: - -* **Nicolas Kroll** (`bitbager`_) - -Core Release Manager -~~~~~~~~~~~~~~~~~~~~ - -* Defines and publishes :doc:`the Release Cycle ` and :doc:`Backward Compatibility Promise ` -* Coaches contributors and Core Team on the backwards-compatibility impact of code changes - -This role is currently held by: - -* **Mateusz Zalewski** (`Zales0123`_) - -Plugins Manager -~~~~~~~~~~~~~~~ - -* Triages and reviews incoming issues and pull requests on supported plugins -* Schedules and releases new versions of the supported plugins - -This role is currently held by: - -* **Grzegorz Sadowski** (`GSadee`_) - -Architect -~~~~~~~~~ - -* Makes key architectural decisions and documenting them in form of ADRs -* Research and prototyping of possible architectures and technical solutions upon request, laying out foundations if necessary, proactively seeking input and feedback from our Open Source community and customers -* Defines target versions of key dependencies and drives their upgrade initiatives - -This role is currently held by: - -* **Łukasz Chruściel** (`lchrusciel`_) -* **Mateusz Zalewski** (`Zales0123`_) - -API Designer -~~~~~~~~~~~~ - -* Reviews the PRs related to API -* Minimizes the feature parity gap between regular and headless Sylius implementations but also old APIs and the new Unified API -* Defines API contracts (request & response schema and conventions) -* Maintains the ShopAPIPlugin and AdminApiBundle -* Provides actionable instructions for migration to the new API - -This role is currently held by: - -* **Łukasz Chruściel** (`lchrusciel`_) - -Documentation Editor-in-chief -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* Evolves the high-level structure of our documentation -* Reviews and merges PR's to the documentation -* Maintains the documentation issues -* Takes care of the READMEs in all Sylius repositories - -This role is currently held by: - -* **Magdalena Sadowska** (`CoderMaggie`_) - -Sylius Technical Libraries -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* Developing and maintaining Sylius Technical Libraries -* Developing and maintaining `SyliusLabs`_ organization repositories - -This role is currently held by: - -* **Mateusz Zalewski** (`Zales0123`_) - -.. _`CoderMaggie`: https://github.com/CoderMaggie/ -.. _`GSadee`: https://github.com/GSadee/ -.. _`lchrusciel`: https://github.com/lchrusciel/ -.. _`loic425`: https://github.com/loic425/ -.. _`bitbager`: https://github.com/bitbager/ -.. _`Roshyo`: https://github.com/Roshyo/ -.. _`Sylius`: https://github.com/Sylius/Sylius/ -.. _`SyliusLabs`: https://github.com/SyliusLabs/ -.. _`vvasiloi`: https://github.com/vvasiloi/ -.. _`Zales0123`: https://github.com/Zales0123/