Skip to content

feat: add budgets and goals#19

Open
sparshsam wants to merge 3 commits into
mainfrom
feat/v0.5.0-budgets-goals
Open

feat: add budgets and goals#19
sparshsam wants to merge 3 commits into
mainfrom
feat/v0.5.0-budgets-goals

Conversation

@sparshsam

Copy link
Copy Markdown
Owner

v0.5.0 — Budgets & Goals

Features

  • Monthly category budgets with create, edit, delete, progress bars, and overspending warnings
  • Savings goals with target amounts, progress tracking, contribution support, and optional target dates
  • Dashboard widgets: budget summary, over-budget categories, goal progress
  • Budgets and Goals navigation sections with full CRUD

Technical

  • New Budget and Goal types in src/lib/data/types.ts with persistence support
  • Budget finance helpers (utilization, remaining, overspending) with 9 unit tests
  • Goal finance helpers (progress) with 4 unit tests
  • Cloud backup updated to include budgets and goals in payload and restore preview counts
  • All state is local-first. No schema version bump needed — old data loads unchanged
  • No changes to auth, sync, or storage keys

Acceptance criteria

  • Existing data loads unchanged
  • Guest mode works offline
  • Budget calculations are accurate
  • Goal progress updates correctly
  • Cloud backup still works (now includes budgets/goals)
  • No automatic sync introduced

🤖 Generated with Claude Code

@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openledger Ready Ready Preview, Comment Jun 20, 2026 4:01am
quietledger Ready Ready Preview, Comment Jun 20, 2026 4:01am

sparshsam added a commit that referenced this pull request Jun 20, 2026
## v0.5.0 — Budgets & Goals

### Features
- Monthly category budgets with create, edit, delete, progress bars, and overspending warnings
- Savings goals with target amounts, progress tracking, contribution support, and optional target dates
- Dashboard widgets: budget summary, over-budget categories, goal progress
- Budgets and Goals navigation sections with full CRUD

### Technical
- Budget and Goal types with persistence support
- Budget finance helpers (utilization, remaining, overspending) — 9 unit tests
- Goal finance helpers (progress) — 4 unit tests
- Cloud backup includes budgets and goals in payload and restore preview
- All state is local-first. No schema version bump. Old data loads unchanged.

Co-Authored-By: Claude <noreply@anthropic.com>
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.

1 participant