Add ARCHITECTURE.md to define domain and model architecture
- Introduce a comprehensive architecture document outlining the app's domain model, design principles, and shared conventions. - Establish the foundation for multi-tenancy and tenant scoping via `Club` as the tenant root and `ClubScopedModel`. - Detail the decomposition of the app into planned sub-apps and their responsibilities. - Define model structure, relationships, and access control mechanisms (RBAC) through `ClubRole` and service-layer authorization. - Provide a roadmap for tenant-aware features: seasons, rosters, events, shop, and dynamic forms.
This commit is contained in:
6
.idea/markdown.xml
generated
Normal file
6
.idea/markdown.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="MarkdownSettings">
|
||||
<option name="fileGroupingEnabled" value="true" />
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user