ADR
Architecture Decision Records for the PrestaShop project
What is this?
The purpose of this repository is to track the history of design choices on the PrestaShop project.
To learn more about ADRs, read this article.
How do I propose a subject?
-
Use ADR tools to build your proposal, add it to the status table below, then submit a Pull Request.
-
New proposals initial status is "In discussion". If the subject is accepted for discussion, it is assigned an ID and added to the table below on
master
branch. -
Once the discussion is over and after all necessary ADR modifications, a vote is cast in the related Pull Request.
-
All project maintainers vote, and their vote is registered. Decisions are accepted by simple majority. Discussed ADRs are merged even if they are not accepted.
ADR status
ADR ID | Date | Discussion | Title | Status |
---|---|---|---|---|
0001 | 2019-01-22 | ~ | Record architecture decisions | |
0002 | 2019-02-15 | ~ | Mixed use of composer and zip modules | |
0003 | 2019-10-15 | ~ | Use of autowiring | |
0004 | 2020-04-17 | ~ | Keep QA and Devs HTML selectors separate | |
0005 | 2019-01-22 | ~ | Define ACL rules for Symfony pages | |
0006 | 2020-02-13 | ~ | [Registration of a bundle-like module][006] | |
0007 | 2020-03-09 | Pull Request | Module advanced installation | |
0008 | 2020-03-23 | ~ | Ajax error handling | |
0009 | 2020-08-20 | ~ | Expose js components using window variable | |
0010 | 2020-12-15 | ~ | Module version bump convention when Core is updated | |
0011 | 2021-01-05 | ~ | Use constants for configuration variables | |
0012 | 2021-01-13 | Pull Request | Module advanced installation | |
0014 | 2021-08-25 | ~ | Drop the "No Use Of Legacy In New Code" restriction | |
0015 | 2021-09-16 | Pull Request | Split business logic from DOM logic of JS | |
0016 | 2022-01-07 | Pull Request | Use variadic to type-hint PHP arrays |