mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-27 22:45:03 +00:00
Backend, end to end (ADR-0013): - getProperties now returns each property's tags (name-ordered JSON); the PropertyWithRelations type gains a `tags: PropertyTag[]` field. - A "tags" property-table filter (EXISTS/NOT-EXISTS on property_tag, any-of + an "Untagged" bucket) — PK-indexed by property_id, so no join added. - getFilteredPropertyIds resolves the whole matching set for filter-driven Bulk tag assignment; the assignments route's `filter` mode uses it. - Run filter: previewModellingRun joins property_tag for tag_ids; the two modelling routes accept tagIds. Distributor ask documented in docs/backend-asks/tag-ids-run-filter.md. UI: - Settings → Tags: create (name + colour), edit, delete-with-count-confirm, list with property counts (TanStack v4). Sidebar link added. Typecheck clean; 431 tests pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| adr | ||
| backend-asks | ||
| design | ||
| runbooks | ||
| wip | ||