Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port Architecture for module Development so Can use both inbuild custom feature development as well external integration #508

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions design-documents/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -58,3 +70,4 @@ Hints:

<!-- If new behaviour is planned to be implemented, data and performance requirements must be described here. No significant resource consumption growth is allowed. -->