support snapshots

This commit is contained in:
2026-03-15 15:04:18 -05:00
parent 28b23bc355
commit e7cfff3eca
10 changed files with 199 additions and 12 deletions

View File

@@ -26,6 +26,7 @@ MRP Codex is a modular Manufacturing Resource Planning platform intended to be a
- admin diagnostics with runtime footprint, record counts, and persisted audit-trail visibility
- admin user management with account creation, activation, role assignment, and role-permission editing
- CRM/shipping audit coverage and startup validation surfaced through the admin diagnostics workflow
- backup/restore guidance and exportable support snapshots in the admin diagnostics workflow
- Puppeteer PDF foundation
- single-container Docker deployment
@@ -122,7 +123,7 @@ If implementation changes invalidate those docs, update them in the same change
Near-term priorities are:
1. Backup/restore workflow documentation and support-oriented admin tooling
1. Backup verification checklist and restore drill guidance
2. Deeper startup diagnostics and support export helpers
When adding new modules, preserve the ability to extend the system without refactoring the existing app shell.