Guides & specifications
Guides & Specifications
The narrative documentation for the MMCA platform: adoption guides, business specifications, workflow analyses, and per-concern reference notes. Files are prefixed by the repo they describe (common = the framework, store = the e-commerce app, adc = the conference app).
Framework (MMCA.Common)
- Getting Started: stand up a new application from the
MMCA.Templatesscaffold, in six steps. - Small Apps: the
--database sqlite --no-aspirefloor (no Docker, no SQL Server, no orchestrator), what is deliberately off in it, and when to flip each switch. - Build MMCA.ECommerce: the two-module store sample (Products + Orders) built end to end from the templates, with the minimum hand-written code.
- Templates: every parameter of
mmca-app,mmca-module,mmca-command, andmmca-query. - Building by Hand: the same solution phase by phase, for retrofitting an existing solution or understanding what the scaffold generated (MMCA.Helpdesk is the worked companion).
- Versioning & Breaking-Change Policy
- Accessibility
- Resilience & Business Continuity
- Responsive Design & Cross-Browser Support
- Cost & FinOps Notes
MMCA.Store (e-commerce)
MMCA.ADC (conference)
- Business Specifications
- Navigation Flow
- Manual Screen-Reader Pass Runbook
- Integration-Test Tier Rework Plan
Related reading: the Architecture Decision Records and the governance scorecards.