[Future] Populate the /dashboard page with charts + summaries

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
48/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
python
Domain
frontend, web-dev

Research direction

After the v0.1 UI is merged, start by reading ui/server.py and the existing template structure, then inspect the /dashboard route and navigation slot. Implement the read-only spending breakdown, cash-flow chart, and top-merchants summary while preserving the stated localhost and session-cookie constraints; done means the route renders these views within the existing UI.

Written by the indexing model from the issue text.

Description

enhancement future

v0.1 ships with a /dashboard route that's just a placeholder. This ticket is about turning it into a real read-only spending dashboard.

Scope:

  • Render monthly spending breakdown by category (bar/donut chart)
  • Cash flow over time (line chart)
  • Top merchants this month
  • Same security constraints as the rest of the UI (127.0.0.1 only, session cookie, etc.)
  • Should reuse the existing UI server in ui/server.py and template structure

Why later: v0.1 keeps day-to-day review in chat. A dashboard is supplemental, not required. The route + nav slot already exist so this is purely additive.

Depends on: the v0.1 UI must be merged (#46 onward)

Dominant language
Python
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Riddy21/Friday_Budgeting_Pro

All issues in Riddy21/Friday_Budgeting_Pro

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.