Fund overview: simplify BTC wealth trajectory lines

t-693·WorkTask·
·
·
Created1 month ago·Updated1 week ago·pipeline runs →

Dependencies

Description

Edit

Simplify /fund overview BTC wealth trajectory chart:

  • Remove the explicit "other assets (BTC eq)" line from the chart.
  • Keep "real BTC" and "NW (BTC terms)" lines only.
  • Rationale: other-assets BTC is implied by the gap between real BTC and NW BTC.

Also update chart subtitle/copy to reflect the simplified visualization.

Verification:

  • /fund loads 200
  • chart JS no longer includes other-assets dataset
  • typecheck/lint/deploy web

Timeline (9)

🔄[human]Open → InProgress1 month ago
💬[human]1 month ago

Implemented and deployed chart simplification.

Changes:

  • Omni/Fund/OverviewWeb.hs:
  • Updated BTC wealth chart subtitle to: 'Month-end real BTC and total NW in BTC terms (gap implies other-assets BTC-equivalent)'.
  • Updated renderWealthChart JS to remove explicit other-assets dataset line.
  • Chart now renders only two lines:
  • real BTC
  • NW (BTC terms)

Verification:

  • typecheck/lint passed for OverviewWeb (and full Omni/Web.hs in ava worktree).
  • deployed web artifact /nix/store/v6s0c6x3v1w4bh1kn5j5gc7icjz8s1wb-web; web.service updated to new store path.
  • /fund 200 and /fund/strategy 200 on localhost and ts.net.
  • /fund HTML no longer includes JS dataset label 'other assets (BTC eq)' in wealth chart.
🔄[human]InProgress → Review1 month ago
💬[human]1 month ago

Committed on branch live as d6c8a061 (Add Fund web overview/model routes and strategy analytics). Includes strategy-first overview, bank-health/cashflow visualizations, windfall-aware dual-axis cashflow chart, and simplified BTC wealth trajectory lines.

💬[human]1 week ago

Ava verified: cited commit confirmed in live history; feature shipped. Moving to Verified.

🔄[human]Review → Verified1 week ago