From 65d23c51879713963bff428ea5384fd062f38d43 Mon Sep 17 00:00:00 2001 From: lalit mohan <5228822+lalithmohan@users.noreply.github.com> Date: Fri, 20 Apr 2018 15:47:55 +0530 Subject: [PATCH] update readme add magento2 architecture goals --- design-documents/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/design-documents/README.md b/design-documents/README.md index 1deea0cb1..1a1f2ca5d 100644 --- a/design-documents/README.md +++ b/design-documents/README.md @@ -1 +1,10 @@ -A place for Design Documents +**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