diff --git a/bible-local/docs/IMPLEMENTATION_STATUS.md b/bible-local/docs/IMPLEMENTATION_STATUS.md index 991fcfc..828755f 100644 --- a/bible-local/docs/IMPLEMENTATION_STATUS.md +++ b/bible-local/docs/IMPLEMENTATION_STATUS.md @@ -52,17 +52,6 @@ - New records will have both `id` (int) and `sid` (string) in JSON responses - Future work: Can transition API to use string IDs as primary identifiers -## Phase 3: Entity Renaming ⏳ NOT STARTED - -**Breaking changes - requires maintenance window** - -- Rename tables: `assets` → `machines`, `components` → `parts` -- Rename columns: `asset_id` → `machine_id`, `component_id` → `part_id`, `asset_tag` → `machine_tag` -- Update all foreign keys -- Rename Go types and files -- Update API routes with redirects -- Update UI templates - ## Phase 4: Switch to String IDs Primary ⏳ NOT STARTED **Breaking changes - requires maintenance window** diff --git a/bible-local/docs/TODO.md b/bible-local/docs/TODO.md index 60b0a19..47745f1 100644 --- a/bible-local/docs/TODO.md +++ b/bible-local/docs/TODO.md @@ -144,7 +144,6 @@ Status legend: `[ ] todo` `[-] in progress` `[x] done` `[!] blocked` ## Cross-Cutting Tasks - [ ] Structured logs + request IDs -- [ ] OpenAPI spec - [ ] CI (build/test/migration check) - [ ] Release note discipline