feat: implement goal-based savings tracking and dashboard summary#922
feat: implement goal-based savings tracking and dashboard summary#922Sp1kyss wants to merge 2 commits intorohitdash08:mainfrom
Conversation
|
Hi @rohitdash08, I've implemented the goal-based savings tracking and dashboard summary as requested. I've verified the logic locally. Please let me know if you can approve the GitHub Actions workflows so the tests can run, or if you'd like any adjustments to the UI! |
|
@rohitdash08, just a quick follow-up—I've verified the dashboard widget layout locally. Ready to address any feedback once the workflows are approved! |
|
@Sp1kyss approved the workflow... our team will review your submission can you please connect over discord @geekster007 |
|
@Sp1kyss CI failed |
Pushed a fix to address the frontend CI failure. The TrendingUp import was unused, which triggered the linting error. @rohitdash08 The PR is now ready for the workflows to be re-run and for final review. I've also reached via Discord as requested. Thanks! |
Overview:
I've implemented a complete Savings Goal tracking system that integrates seamlessly with the existing FinMind architecture.
Key Changes:
Savings Page: New dedicated route at /savings featuring progress bars and goal management.
Dashboard Widget: Added a "Savings Progress" metric card to the main dashboard for at-a-glance tracking.
Responsive Navigation: Integrated the "Savings" link with the Lucide Target icon into the global Navbar.
Design System Compliance: Used native .chart-fill and .page-wrap classes to ensure UI consistency.
Proof of Work:

I've verified the UI on local build v3001.
Closes #133. /attempt #133