251212:1650 Frontend: refactor Document Numbering)
Some checks failed
Spec Validation / validate-markdown (push) Has been cancelled
Spec Validation / validate-diagrams (push) Has been cancelled
Spec Validation / check-todos (push) Has been cancelled

This commit is contained in:
admin
2025-12-12 16:50:52 +07:00
parent 2473c4c474
commit d964546c8d
16 changed files with 233 additions and 14925 deletions

View File

@@ -1,6 +1,6 @@
# Backend Progress Report
**Date:** 2025-12-10
**Date:** 2025-12-12
**Status:****Advanced / Nearly Complete (~95%)**
## 📊 Overview
@@ -10,7 +10,7 @@
| **TASK-BE-001** | Database Migrations | ✅ **Done** | 100% | Schema v1.5.1 active. TypeORM configured. |
| **TASK-BE-002** | Auth & RBAC | ✅ **Done** | 100% | JWT, Refresh Token, RBAC Guard, Permissions complete. |
| **TASK-BE-003** | File Storage | ✅ **Done** | 100% | MinIO/S3 strategies implemented (in `common`). |
| **TASK-BE-004** | Document Numbering | ✅ **Done** | 100% | **High Quality**: Redlock + Optimistic Locking logic. |
| **TASK-BE-004** | Document Numbering | ✅ **Done** | 100% | Redlock + Optimistic Lock. `{RECIPIENT}` token fix (2025-12-12). |
| **TASK-BE-005** | Correspondence Module | ✅ **Done** | 95% | CRUD, Workflow Submit, References, Audit Log complete. |
| **TASK-BE-006** | Workflow Engine | ✅ **Done** | 100% | DSL Evaluator, Versioning, Event Dispatching complete. |
| **TASK-BE-007** | RFA Module | ✅ **Done** | 95% | Full Swagger, Revision handling, Workflow integration. |

View File

@@ -1,6 +1,6 @@
# Frontend Progress Report
**Date:** 2025-12-11
**Date:** 2025-12-12
**Status:****Complete (~100%)**
## 📊 Overview
@@ -10,7 +10,7 @@
| **TASK-FE-001** | Frontend Setup | ✅ **Done** | 100% | Project structure, Tailwind, Shadcn/UI initialized. |
| **TASK-FE-002** | Auth UI | ✅ **Done** | 100% | Store, RBAC, Login UI, Refresh Token, Session Sync implemented. |
| **TASK-FE-003** | Layout & Navigation | ✅ **Done** | 100% | Sidebar, Header, Layouts are implemented. |
| **TASK-FE-004** | Correspondence UI | ✅ **Done** | 100% | Refactored to Revision-based List. Edit/View fully functional. |
| **TASK-FE-004** | Correspondence UI | ✅ **Done** | 100% | Form enhanced with Project/Type/Discipline dropdowns (2025-12-12). |
| **TASK-FE-005** | Common Components | ✅ **Done** | 100% | Data tables, File upload, etc. implemented. |
| **TASK-FE-006** | RFA UI | ✅ **Done** | 100% | Integrated with Backend (Workflow/Create/List). |
| **TASK-FE-007** | Drawing UI | ✅ **Done** | 100% | Drawings List & Upload integrated with Real API (Contract/Shop). |
@@ -44,7 +44,7 @@
### 3. Business Modules (✅ Completed)
- **Correspondences:** Refactored List to show "One Row per Revision". Detail and Edit pages fully integrated with Backend API.
- **Correspondences:** Form enhanced with Project/Type/Discipline dropdowns. `organizationCode` column fix. Document numbering `{RECIPIENT}` token fix (2025-12-12).
- **RFAs:** List and Form UI components integrated.
- **Drawings:** List and Upload integrated.
- **Integration:** All modules using `tanstack-query` and aligned with Backend DTOs.