This commit is contained in:
2026-03-15 14:11:21 -05:00
parent 1fcb0c5480
commit 857d34397e
28 changed files with 848 additions and 45 deletions

View File

@@ -23,6 +23,7 @@ MRP Codex is a modular Manufacturing Resource Planning platform intended to be a
- projects with customer/commercial/shipment linkage, owners, due dates, notes, and attachments
- 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
- Puppeteer PDF foundation
- single-container Docker deployment
@@ -119,8 +120,8 @@ If implementation changes invalidate those docs, update them in the same change
Near-term priorities are:
1. Broader audit-trail coverage and operational diagnostics
2. Code-splitting and bundle-size reduction
1. Code-splitting and bundle-size reduction
2. Expanded role-management UI, permission assignment administration, and deeper support diagnostics
When adding new modules, preserve the ability to extend the system without refactoring the existing app shell.