mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 22:44:03 +00:00
20 lines
663 B
Markdown
20 lines
663 B
Markdown
# 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 `number` math in the client
|