kjh2064
|
b330f5f1bf
|
feat(schema): Phase 0 - PostgreSQL DDL for OMS·WMS·ERP unified database (D3)
Validators (Pushes and Pull Requests) / UI & Storage Validation (push) Failing after 13s
Validators (Pushes and Pull Requests) / Core Validators & Database Setup (push) Failing after 26s
Validators (Pushes and Pull Requests) / Database & Schema Validation (push) Successful in 12s
Validators (Pushes and Pull Requests) / WBS & Audit Validations (push) Has been skipped
Validators (Pushes and Pull Requests) / .NET Contracts (push) Has been skipped
Validators (Pushes and Pull Requests) / Calibration & Performance (push) Has been skipped
Validators (Pushes and Pull Requests) / Operational Report & Decision Packet (push) Has been skipped
Validators (Pushes and Pull Requests) / Security & Secrets (push) Successful in 12s
Validators (Pushes and Pull Requests) / CI Workflow Lint (push) Failing after 12s
Validators (Pushes and Pull Requests) / Notify PR Results (push) Has been skipped
Frontend CI Pipeline / ci-frontend-8-steps (push) Failing after 1m56s
- 11 entity tables: orders, order_lines, inventory, stock_transfers,
products, suppliers, customers, gl_accounts, vouchers, voucher_lines, users
- Warehouses + product_categories master tables
- Comprehensive audit trail via audit_logs + audit_trigger (Principle 14)
- 3NF normalization with referential integrity (Principle 5)
- Type safety via PostgreSQL ENUM types (Principle 19)
- Financial precision: NUMERIC(19,4) for all currency fields (Principle 23)
- Security: Role-based access control (quantengine_app, quantengine_readonly)
- Documentation views: v_order_summary, v_inventory_summary, v_voucher_totals
- Seed data: admin user, 3 warehouses, product categories
D3 Phase 0 deliverable status: COMPLETE
- D1: OpenAPI spec ✅
- D2: Architecture Decision Record ⏳
- D3: Database Schema v1 ✅
- D4: Component Taxonomy ⏳
- D5: CLAUDE.md Integration ⏳
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
2026-07-26 21:08:39 +09:00 |
|