690412:1716 Done Task-FE-AI-03
This commit is contained in:
+32
-23
@@ -75,12 +75,20 @@ specs/
|
||||
│ ├── 05-03-frontend-guidelines.md
|
||||
│ └── 05-04-testing-strategy.md
|
||||
│
|
||||
├── 06-Decision-Records/ # Architecture Decision Records (17+1 ADRs)
|
||||
├── 06-Decision-Records/ # Architecture Decision Records (21 ADRs)
|
||||
│ ├── README.md
|
||||
│ ├── ADR-001-unified-workflow.md
|
||||
│ ├── ADR-002-document-numbering.md
|
||||
│ ├── ... (ADR-003 to ADR-017)
|
||||
│ └── ADR-018-ai-boundary.md # AI Isolation Policy [★ Patch 1.8.1]
|
||||
│ ├── ADR-001-unified-workflow-engine.md
|
||||
│ ├── ADR-002-document-numbering-strategy.md
|
||||
│ ├── ADR-003-api-design-strategy.md # Hybrid REST + Action [★ v1.8.5]
|
||||
│ ├── ADR-004-database-schema-design-strategy.md # Selective Normalization [★ v1.8.5]
|
||||
│ ├── ... (ADR-005 to ADR-006)
|
||||
│ ├── ADR-007-error-handling-strategy.md # Layered Error Handling [★ v1.8.5]
|
||||
│ ├── ... (ADR-008 to ADR-016)
|
||||
│ ├── ADR-017-ollama-data-migration.md
|
||||
│ ├── ADR-017B-ai-document-classification.md
|
||||
│ ├── ADR-018-ai-boundary.md # AI Isolation Policy [★ Patch 1.8.1]
|
||||
│ ├── ADR-019-hybrid-identifier-strategy.md
|
||||
│ └── ADR-020-ai-intelligence-integration.md
|
||||
│
|
||||
└── 99-archives/ # ประวัติการทำงานและ Tasks เก่า
|
||||
├── history/
|
||||
@@ -90,16 +98,16 @@ specs/
|
||||
|
||||
### 📋 หมวดหมู่เอกสาร
|
||||
|
||||
| หมวด | วัตถุประสงค์ | ไฟล์สำคัญ | ผู้ดูแล |
|
||||
| ----------------------------- | -------------------------------------- | ------------ | ----------------------- |
|
||||
| **00-Overview** | ภาพรวม, Product Vision, KPI, Training | Gap 1/5/6/9 | Project Manager / PO |
|
||||
| **01-Requirements** | User Stories, UAT, UI, Edge Cases | Gap 2/3/4/10 | Business Analyst + PO |
|
||||
| **02-Architecture** | สถาปัตยกรรมและการออกแบบ | — | Tech Lead + Architects |
|
||||
| **03-Data-and-Storage** | Schema v1.8.0, Migration Scope | Gap 7 | Backend Lead + DBA |
|
||||
| **04-Infrastructure-OPS** | Deployment, Operations, Release Policy | Gap 8 | DevOps Team |
|
||||
| **05-Engineering-Guidelines** | แผนการพัฒนาและ Implementation | — | Development Team Leads |
|
||||
| **06-Decision-Records** | Architecture Decision Records (17+1) | ADR-018 | Tech Lead + Senior Devs |
|
||||
| **99-archives** | Archived / Tasks | — | All Team Members |
|
||||
| หมวด | วัตถุประสงค์ | ไฟล์สำคัญ | ผู้ดูแล |
|
||||
| ----------------------------- | -------------------------------------- | --------------- | ----------------------- |
|
||||
| **00-Overview** | ภาพรวม, Product Vision, KPI, Training | Gap 1/5/6/9 | Project Manager / PO |
|
||||
| **01-Requirements** | User Stories, UAT, UI, Edge Cases | Gap 2/3/4/10 | Business Analyst + PO |
|
||||
| **02-Architecture** | สถาปัตยกรรมและการออกแบบ | — | Tech Lead + Architects |
|
||||
| **03-Data-and-Storage** | Schema v1.8.0, Migration Scope | Gap 7 | Backend Lead + DBA |
|
||||
| **04-Infrastructure-OPS** | Deployment, Operations, Release Policy | Gap 8 | DevOps Team |
|
||||
| **05-Engineering-Guidelines** | แผนการพัฒนาและ Implementation | — | Development Team Leads |
|
||||
| **06-Decision-Records** | Architecture Decision Records (21) | ADR-018/019/020 | Tech Lead + Senior Devs |
|
||||
| **99-archives** | Archived / Tasks | — | All Team Members |
|
||||
|
||||
---
|
||||
|
||||
@@ -536,16 +544,17 @@ graph LR
|
||||
|
||||
**Document History**:
|
||||
|
||||
| Version | Date | Author | Changes |
|
||||
| ------- | ---------- | ---------- | ------------------------------------------------------- |
|
||||
| 1.0.0 | 2025-01-15 | John Doe | Initial version |
|
||||
| 1.1.0 | 2025-02-20 | Jane Smith | Add CC support |
|
||||
| 1.2.0 | 2025-03-10 | John Doe | Update workflow |
|
||||
| 1.8.1 | 2026-03-21 | Tech Lead | Security hardening, numbering fixes, dependency updates |
|
||||
| Version | Date | Author | Changes |
|
||||
| ------- | ---------- | ---------- | ----------------------------------------------------------- |
|
||||
| 1.0.0 | 2025-01-15 | John Doe | Initial version |
|
||||
| 1.1.0 | 2025-02-20 | Jane Smith | Add CC support |
|
||||
| 1.2.0 | 2025-03-10 | John Doe | Update workflow |
|
||||
| 1.8.1 | 2026-03-21 | Tech Lead | Security hardening, numbering fixes, dependency updates |
|
||||
| 1.8.5 | 2026-04-10 | Tech Lead | ADR registry complete (21 ADRs), spec documentation updates |
|
||||
|
||||
**Current Version**: 1.8.1
|
||||
**Current Version**: 1.8.5
|
||||
**Status**: Approved
|
||||
**Last Updated**: 2026-03-21
|
||||
**Last Updated**: 2026-04-10
|
||||
**Security**: 0 vulnerabilities (backend)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user