pqhuy1987 1f8e9af66f [CLAUDE] Docs: Save RAG setup plan chỉn chu cross-project reference
Plan comprehensive cho future 2 dự án bro > 1M MD context (SOLUTION_ERP baseline reference, chưa cần implement vì 354K < threshold).

12 sections:
1. Context + Why (problem + solution + benefits table)
2. Architecture overview (6-layer diagram: blanket + Qdrant + Voyage + MCP + multi-AI + re-index)
3. BLANKET load list ~100K (28%) — 5 categories: core stable + current state top + agent infra + skills desc + memory critical
4. RAG store list ~254K (72%) — 8 categories: session logs (49%) + gotchas + archives + flows/database + skills detail + memory non-critical + guides + audit
5. Tool stack recommend — Qdrant + Voyage-3-large + FastMCP Python + custom chunker + pre-commit hook
6. Setup scripts copy-paste ready (~250 LOC Python total: indexer + MCP server + settings + hook + agent .md update)
7. Audit procedure 3-tier cadence — weekly quick (~30min) + monthly deep (~2-3h) + quarterly major (~4-6h) + trigger-based ad-hoc
8. Multi-AI client access — MCP protocol agnostic, stdio/HTTP/SSE transport, bearer auth + rate limit, setup per client (Claude Code/Desktop/Cursor/GPT-4)
9. Timeline rollout — 10-14h dedicated session + 4-week trial plan + decision gate PASS/TUNE/ROLLBACK criteria
10. Caveats + risks — beta features + storage 96% full warning + quality monitoring + fallback graceful
11. Success metrics — quality (recall >80%, precision >75%) + cost (<$5/mo) + performance (P50<200ms) + capacity (+50% session lifespan) + multi-AI
12. Future enhancements — Phase 2 (Memory tool + Files API) → Phase 3 (Contextual Retrieval + multi-project) → defer over-engineering

Status: PLAN ONLY — chưa implement. Next trigger: bro confirm 3 thông tin (2 dự án path + stack + pilot choice) → spawn Investigator audit MD inventory pre-flight.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 18:05:18 +07:00

SOLUTION_ERP

Hệ thống quản lý Hợp đồng Nhà cung cấp / Thầu phụ / Tổ đội cho Công ty TNHH Xây dựng Solutions.

📘 AI context: CLAUDE.md (pointer) → docs/CLAUDE.md (full)

Quick start (dev)

Yêu cầu: .NET 10 SDK, Node 20+, SQL Server (local hoặc qua Docker).

# 1. DB — chạy SQL Server qua Docker (nếu chưa có local)
docker compose up -d

# 2. Backend — migration + run Api (port 5443)
dotnet ef database update --project src/Backend/SolutionErp.Infrastructure --startup-project src/Backend/SolutionErp.Api
dotnet run --project src/Backend/SolutionErp.Api

# 3. Frontend admin (port 8082) — terminal mới
cd fe-admin
npm install
npm run dev

# 4. Frontend user (port 8080) — terminal mới
cd fe-user
npm install
npm run dev

Admin mặc định (sẽ seed sau Phase 1): admin@solutionerp.local / Admin@123456

Architecture

fe-admin (:8082)          fe-user (:8080)
       │                        │
       └────── /api proxy ──────┘
                  ▼
         SolutionErp.Api (:5443)
                  │
   ┌──────────────┼──────────────┐
   ▼              ▼              ▼
 Application   Domain      Infrastructure ── SQL Server

Tech stack

  • Backend: .NET 10 + Clean Architecture + CQRS (MediatR) + FluentValidation + AutoMapper + EF Core + ASP.NET Identity + JWT
  • Frontend: React 18 + Vite + TypeScript + Tailwind + shadcn/ui + TanStack Query
  • DB: SQL Server 2022
  • Deploy: Windows Server + IIS

Roadmap

Phase Tuần Focus
0 Draft T1 Scaffold, parse FORM + QUY_TRINH
1 Alpha Core T2-4 Auth, Permission, CRUD master
2 Form Engine T5-6 Render template docx/xlsx
3 Workflow T7-9 State machine 9 phase
4 Report + Polish T10-11 Dashboard + Excel export
5 Production T12-13 CI/CD IIS, UAT, go-live

Chi tiết ở docs/changelog/migration-todos.md.

License

Proprietary — Công ty TNHH Xây dựng Solutions.

Description
H? th?ng qu?n l� H?p d?ng NCC/Th?u ph?/T? d?i � .NET 10 Clean Arch + 2 React FE
Readme 9 MiB
Languages
C# 54.9%
TypeScript 42.7%
PowerShell 1.4%
JavaScript 0.3%
CSS 0.3%
Other 0.3%