feat: building record management (spec 1.4) #8
Loading…
Reference in a new issue
No description provided.
Delete branch "implement-spec-1-4-building-management"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements spec 1.4 Building Record Management.
Backend
internal/apipackage with a generic CRUD wiring abstraction: shared routing, JSON decoding, status codes, and error mapping; per-resource adapters and validation hooks./api/buildings,/api/customers,/api/models,/api/features; read-only/api/statuses./apinamespace; update service migrated from/updates-apito/api/updates.Store.DeleteBuilding.DeleteBuildingleaked its transaction on the not-found path, deadlocking the single-connection SQLite store.Frontend
ResourceCrudPagefor customers/models/features (table, modal editor, confirmed deletes).Testing
go test ./...,go vet ./..., frontend build all pass; UI verified end-to-end in the running app.Spec remains
in-progress; will flip tocompletedafter merge.