PrestaShop / ADR

Architecture Decision Records for the PrestaShop project
11 stars 15 forks source link

0021 - Model and repositories - Reading access #33

Closed jolelievre closed 4 months ago

jolelievre commented 1 year ago
Questions Answers
Description? Define interfaces representing the structure of our model (representation of the data only without advanced domain intelligence). This aims at removing the direct usage of ObjectModel classes in the recent code.
Type? new feature
BC breaks? no
Deprecations? no
Fixed ticket? ~
Sponsor company ~
How to test? ~
jolelievre commented 1 year ago

Note: this PR is a good example of static method replacements that should be anticipated in this ADR https://github.com/PrestaShop/PrestaShop/pull/30271