chore: update project documentation, audit reports, and initialize IDE configuration files
Some checks failed
CI / Lint → Typecheck → Test → Build (22) (push) Failing after 29s
CI / E2E Tests (push) Has been skipped
CodeQL Analysis / CodeQL (javascript-typescript) (push) Failing after 2m42s
Deploy / Build Web Image (push) Failing after 27s
Deploy / Build AI Services Image (push) Failing after 29s
E2E Tests / Playwright E2E (push) Failing after 43s
Deploy / Build API Image (push) Failing after 1m31s
Security Scanning / Dependency Audit (pnpm) (push) Failing after 6s
Security Scanning / Trivy Scan — API Image (push) Failing after 5m35s
Security Scanning / Trivy Scan — AI Services Image (push) Failing after 3m45s
Deploy / Deploy to Staging (push) Has been skipped
Deploy / Smoke Test Staging (push) Has been skipped
Deploy / Deploy to Production (push) Has been skipped
Deploy / Smoke Test Production (push) Has been skipped
Deploy / Rollback Staging (push) Has been skipped
Deploy / Rollback Production (push) Has been skipped
Security Scanning / Trivy Scan — Web Image (push) Failing after 13m51s
Security Scanning / Trivy Filesystem Scan (push) Failing after 14m46s
Security Scanning / Security Gate (push) Has been cancelled
Some checks failed
CI / Lint → Typecheck → Test → Build (22) (push) Failing after 29s
CI / E2E Tests (push) Has been skipped
CodeQL Analysis / CodeQL (javascript-typescript) (push) Failing after 2m42s
Deploy / Build Web Image (push) Failing after 27s
Deploy / Build AI Services Image (push) Failing after 29s
E2E Tests / Playwright E2E (push) Failing after 43s
Deploy / Build API Image (push) Failing after 1m31s
Security Scanning / Dependency Audit (pnpm) (push) Failing after 6s
Security Scanning / Trivy Scan — API Image (push) Failing after 5m35s
Security Scanning / Trivy Scan — AI Services Image (push) Failing after 3m45s
Deploy / Deploy to Staging (push) Has been skipped
Deploy / Smoke Test Staging (push) Has been skipped
Deploy / Deploy to Production (push) Has been skipped
Deploy / Smoke Test Production (push) Has been skipped
Deploy / Rollback Staging (push) Has been skipped
Deploy / Rollback Production (push) Has been skipped
Security Scanning / Trivy Scan — Web Image (push) Failing after 13m51s
Security Scanning / Trivy Filesystem Scan (push) Failing after 14m46s
Security Scanning / Security Gate (push) Has been cancelled
This commit is contained in:
@@ -1,26 +1,26 @@
|
||||
# GoodGo Platform Documentation
|
||||
# Tài liệu GoodGo Platform
|
||||
|
||||
## Getting Started
|
||||
## Bắt đầu
|
||||
|
||||
| Document | Description |
|
||||
|----------|-------------|
|
||||
| [Development Environment](dev-environment.md) | Docker setup, local services, troubleshooting |
|
||||
| [Architecture](architecture.md) | System design, data flow, module structure |
|
||||
| Tài liệu | Mô tả |
|
||||
|----------|-------|
|
||||
| [Môi trường phát triển](dev-environment.md) | Cài đặt Docker, dịch vụ cục bộ, xử lý sự cố |
|
||||
| [Kiến trúc](architecture.md) | Thiết kế hệ thống, luồng dữ liệu, cấu trúc module |
|
||||
|
||||
## API Reference
|
||||
## Tham chiếu API
|
||||
|
||||
| Document | Description |
|
||||
|----------|-------------|
|
||||
| [API Endpoints](api-endpoints.md) | Complete REST API endpoint reference |
|
||||
| [API Error Codes](api-error-codes.md) | Error response format and all error codes |
|
||||
| Tài liệu | Mô tả |
|
||||
|----------|-------|
|
||||
| [Các endpoint API](api-endpoints.md) | Tài liệu tham chiếu đầy đủ các endpoint REST API |
|
||||
| [Mã lỗi API](api-error-codes.md) | Định dạng phản hồi lỗi và tất cả mã lỗi |
|
||||
|
||||
## Operations
|
||||
## Vận hành
|
||||
|
||||
| Document | Description |
|
||||
|----------|-------------|
|
||||
| [Deployment](deployment.md) | Production deployment guide and checklists |
|
||||
| [Backup & Restore](backup-restore.md) | Backup procedures and disaster recovery runbook |
|
||||
| Tài liệu | Mô tả |
|
||||
|----------|-------|
|
||||
| [Triển khai](deployment.md) | Hướng dẫn triển khai sản xuất và danh sách kiểm tra |
|
||||
| [Sao lưu & Khôi phục](backup-restore.md) | Quy trình sao lưu và sổ tay khôi phục thảm họa |
|
||||
|
||||
## Audits
|
||||
## Kiểm toán
|
||||
|
||||
See [audits/README.md](audits/README.md) for code quality, accessibility, and test coverage audit reports.
|
||||
Xem [audits/README.md](audits/README.md) để biết các báo cáo kiểm toán về chất lượng mã nguồn, khả năng truy cập và độ phủ kiểm thử.
|
||||
|
||||
Reference in New Issue
Block a user