docs: update STATUS.md for current migration and endpoint state #27

Closed
opened 2026-02-08 19:51:04 +00:00 by forbes · 0 comments
Owner

Problem

STATUS.md has stale migration names, wrong endpoint count, and htmx references.

Specific Issues

  1. Says "74 REST endpoints" — needs reconciliation with actual route count after new endpoints (presign, item files, flat BOM, cost, auth config)
  2. Web UI says "(htmx)" — should be React SPA
  3. Migration table lists 10 migrations (001-010) but files on disk are:
    • 001_initial.sql (matches)
    • 002_categories.sql (STATUS.md says 002_sequence_by_name.sql)
    • 003_file_attachments.sql (STATUS.md says 003_remove_material.sql)
    • 011_item_files.sql (not listed in STATUS.md at all)
    • Migrations 004-010 do not exist as files on disk
  4. "Not Yet Implemented" section should note that Go template UI has been removed/replaced

Acceptance Criteria

  • Migration table matches files actually on disk
  • Clarify whether migrations 004-010 were applied via other means or are aspirational
  • Endpoint count matches actual routes
  • htmx reference updated to React
  • 011_item_files.sql listed
## Problem STATUS.md has stale migration names, wrong endpoint count, and htmx references. ## Specific Issues 1. **Says "74 REST endpoints"** — needs reconciliation with actual route count after new endpoints (presign, item files, flat BOM, cost, auth config) 2. **Web UI says "(htmx)"** — should be React SPA 3. **Migration table lists 10 migrations (001-010)** but files on disk are: - `001_initial.sql` (matches) - `002_categories.sql` (STATUS.md says `002_sequence_by_name.sql`) - `003_file_attachments.sql` (STATUS.md says `003_remove_material.sql`) - `011_item_files.sql` (not listed in STATUS.md at all) - Migrations 004-010 do not exist as files on disk 4. **"Not Yet Implemented" section** should note that Go template UI has been removed/replaced ## Acceptance Criteria - [ ] Migration table matches files actually on disk - [ ] Clarify whether migrations 004-010 were applied via other means or are aspirational - [ ] Endpoint count matches actual routes - [ ] htmx reference updated to React - [ ] 011_item_files.sql listed
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/silo#27