addons/goal-progress-tracker/README.md
A Wealthfolio addon that helps you visualize your investment progress towards financial goals using an interactive calendar-style representation.
Build the addon:
pnpm build
Package the addon:
pnpm package
Install in Wealthfolio through the addon settings page
To work on this addon:
# Install dependencies
pnpm install
# Start development mode (watches for changes)
pnpm dev
# Build for production
pnpm build
# Create distribution package
pnpm bundle
This addon demonstrates how to:
ctx.api.goals.getAll() to fetch user's investment goalsuseHoldings, useAccounts,
useLatestValuations)useGoalAllocationsThe addon displays an interactive calendar grid that adapts to your screen size and goal complexity:
⚫⚫⚫🟢⚪⚪⚪⚪
⚪⚪⚪⚪⚪⚪⚪⚪
⚪⚪⚪⚪⚪⚪⚪⚪
Where:
MIT License - see the main Wealthfolio project for details.