Skip to content

feat(weekly-digest): smart weekly financial summary with CSV export and share#704

Open
bkennedyshit wants to merge 1 commit intorohitdash08:mainfrom
bkennedyshit:feature/weekly-digest
Open

feat(weekly-digest): smart weekly financial summary with CSV export and share#704
bkennedyshit wants to merge 1 commit intorohitdash08:mainfrom
bkennedyshit:feature/weekly-digest

Conversation

@bkennedyshit
Copy link
Copy Markdown

Closes #121

Summary

Adds a smart weekly spending digest with category breakdown, week-over-week comparison, and export/share.

Features

  • ✅ Weekly spending summary with full category breakdown
  • ✅ Week-over-week % change per category with up/down indicators
  • ✅ Top 3 spending categories highlighted with budget vs actual progress bars
  • ✅ Savings rate calculation (when income data available)
  • ✅ AI insight banner highlighting the most notable change
  • ✅ CSV export for spreadsheet analysis
  • ✅ Share digest as formatted text (native share API / clipboard fallback)
  • ✅ Toggle between this week and last week views
  • ✅ Budget utilization badges per category
  • ✅ Adds /weekly-digest route + Digest nav item

Files Changed

  • app/src/pages/WeeklyDigest.tsx (new)
  • app/src/App.tsx (route added)
  • app/src/components/layout/Navbar.tsx (nav link added)

…tdash08#121)

- Weekly spending summary with category breakdown
- Week-over-week % change per category (up/down indicator)
- Top 3 spending categories highlighted with budget vs actual
- Savings rate calculation when income data available
- AI-generated top insight banner (most notable change)
- CSV export for spreadsheet analysis
- Share digest as text (native share API or clipboard fallback)
- Toggle between this week / last week views
- Adds /weekly-digest route + Digest nav link

Closes rohitdash08#121
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Smart digest with weekly financial summary

1 participant