Replaces the old KPI/chart dashboard with a focused layout that answers the three key questions immediately: - Hero block: "Available to spend" = income − fixed costs − spent so far, with a progress bar showing % of disposable used vs month elapsed - Bank math panel: detects recurring fixed expenses (Housing, Utilities, Subscriptions, Investments) from last 3 months and shows the minimum bank balance needed right now including a 2-week safety buffer - Savings rate card with month-over-month delta - Portfolio snapshot card with total value and P&L - Stocks at a glance panel: per-holding value and P&L inline - Budget health: thin bars per category, red when over limit - Recent activity: last 5 transactions with category color dots Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "finance-api",
|
|
"runtimeExecutable": "go",
|
|
"runtimeArgs": ["run", "./apps/finance/services/api/main/"],
|
|
"port": 8080
|
|
}
|
|
]
|
|
}
|