Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Latest commit

 

History

History
6 lines (6 loc) · 434 Bytes

Rails-Architecture-Guide.md

File metadata and controls

6 lines (6 loc) · 434 Bytes
  • See Example stack for a command in Rails
  • Separate "Management" modules (e.g. Device Management, Fluid Management)
  • Add 'standard' System module for User, Session, Tenant etc.
  • Define aggregate roots
  • No circular dependencies between aggregate roots
  • Design Domain model using Modelling in Colour method