mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Docs v1] Organization docs refactor
This commit is contained in:
parent
5cb5e67b9b
commit
93fd277c04
3 changed files with 8 additions and 117 deletions
|
|
@ -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 <https://sylius.com/team/>`_.
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
* :doc:`/book/organization/release-cycle`
|
||||
* :doc:`/book/organization/backward-compatibility-promise`
|
||||
* :doc:`/book/organization/team`
|
||||
|
|
|
|||
|
|
@ -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 <release-cycle>` and :doc:`Backward Compatibility Promise <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/
|
||||
Loading…
Add table
Reference in a new issue