admin services

This commit is contained in:
2026-03-15 14:57:41 -05:00
parent 3197e68749
commit 28b23bc355
15 changed files with 401 additions and 30 deletions

View File

@@ -25,6 +25,7 @@ MRP Codex is a modular Manufacturing Resource Planning platform intended to be a
- planning gantt timelines backed by live project and manufacturing schedule data
- 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
- Puppeteer PDF foundation
- single-container Docker deployment
@@ -121,8 +122,8 @@ If implementation changes invalidate those docs, update them in the same change
Near-term priorities are:
1. CRM/shipping audit coverage and richer startup validation
2. Backup/restore workflow documentation and support-oriented admin tooling
1. Backup/restore workflow documentation and support-oriented admin tooling
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.