diff --git a/design-documents/README.md b/design-documents/README.md index d3f593ca8..2d5dfc41a 100644 --- a/design-documents/README.md +++ b/design-documents/README.md @@ -1,3 +1,15 @@ + +**Magento 2 Architecture Goals** + + +1. *Streamline customizations*: Reduce implementing time for frontend and backend features. + - Loose coupling between modules. + - Configuration over customization (Dependency Injection,Object Manager). + - Design Patterns +- *Simplify external integrations:* Reduce complexity for integrations with 3rd party services +(e.g. Payment Service Providers, Shipping Providers, Mobile Apps, ERP etc.). + - Service layer + ## Design Document Template Copy this document to start a new Design Document. @@ -58,3 +70,4 @@ Hints: +