mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 13:54:02 +00:00
663 B
663 B
HOUSEBOT-078 Mini App Balance Breakdown
Goal
Make the mini app read like a real household statement instead of a generic dashboard shell.
Scope
- highlight the current member's own balance first
- show base due (
rent + utilities) separately from the shared-purchase adjustment and final due - keep full-household balance visibility below the personal summary
- split ledger presentation into shared purchases and utility bills
- avoid float math in UI money calculations
Notes
- no settlement logic changes in this slice
- use existing dashboard API data where possible
- prefer exact bigint formatting helpers over
numbermath in the client