Store quote documents as backend records #10
Labels
No labels
bug
decision
docs
enhancement
integration
ops
security
tech-debt
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rbrooks/BatteryStorageCalculator#10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
The single item left under
Missing > Quote Managementindocs/implementation-audit.md.Quotes and their field-level edit history currently live only in local React state and the app-state JSON snapshot. The audit notes: quote history is still local-state history. It uses the authenticated display name when available, but quote documents are not yet stored as backend records.
Consequences today: quote history is not queryable, is not truly shared between users of the same home, and is only as durable as the app-state blob.
Relates to Milestone 12's normalization goal - Normalize quote/system configuration storage enough that critical shared data is queryable without unpacking the current app-state JSON snapshot - which was checked off without quotes specifically being normalized.
Code:
src/lib/quotes.js,src/components/QuotesTab.jsx,backend/src/repository.pg.jsPointer (2026-07-17): Open Question #18 is decided and closed — when this issue's normalization work starts, normalize quote comparison results and projection summaries into queryable tables; everything read-whole stays in the versioned JSON output blob. See the closing comment on #18 for the rationale.