user management

This commit is contained in:
2026-03-15 14:47:58 -05:00
parent 857d34397e
commit 3197e68749
14 changed files with 1175 additions and 95 deletions

View File

@@ -24,6 +24,7 @@ MRP Codex is a modular Manufacturing Resource Planning platform intended to be a
- manufacturing work orders with project linkage, station master data, item operation templates, auto-generated work-order operations, and attachments
- 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
- Puppeteer PDF foundation
- single-container Docker deployment
@@ -120,8 +121,8 @@ If implementation changes invalidate those docs, update them in the same change
Near-term priorities are:
1. Code-splitting and bundle-size reduction
2. Expanded role-management UI, permission assignment administration, and deeper support diagnostics
1. CRM/shipping audit coverage and richer startup validation
2. Backup/restore workflow documentation and support-oriented admin tooling
When adding new modules, preserve the ability to extend the system without refactoring the existing app shell.