feat(weekly-digest): smart weekly financial summary with CSV export and share#704
Open
bkennedyshit wants to merge 1 commit intorohitdash08:mainfrom
Open
feat(weekly-digest): smart weekly financial summary with CSV export and share#704bkennedyshit wants to merge 1 commit intorohitdash08:mainfrom
bkennedyshit wants to merge 1 commit intorohitdash08:mainfrom
Conversation
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #121
Summary
Adds a smart weekly spending digest with category breakdown, week-over-week comparison, and export/share.
Features
/weekly-digestroute + Digest nav itemFiles Changed
app/src/pages/WeeklyDigest.tsx(new)app/src/App.tsx(route added)app/src/components/layout/Navbar.tsx(nav link added)