• Joined on 2025-02-09
andy pushed to main at andy/AlarmAnalysis 2026-02-26 09:04:02 -05:00
f08a1a9bf5 Initial commit: alarm analysis project
andy created branch main in andy/AlarmAnalysis 2026-02-26 09:04:02 -05:00
andy created repository andy/AlarmAnalysis 2026-02-26 09:03:38 -05:00
andy pushed to main at andy/SpendingAnalysis 2026-02-10 22:44:54 -05:00
b04d6d90fa feat: add Sankey "Money Flow" chart to analysis tab
andy pushed to main at andy/SpendingAnalysis 2026-02-10 21:42:41 -05:00
41e1d452e2 docs: update CLAUDE.md with accurate project context
andy pushed to main at andy/SpendingAnalysis 2026-02-10 17:02:26 -05:00
3038fca8fa fix: improve recurring detection with fuzzy grouping and wider bands
andy pushed to main at andy/SpendingAnalysis 2026-02-10 16:54:11 -05:00
06f79c1c68 feat: add run-on-uncategorized and audit buttons to rules tab
9214a83ec2 feat: single-click inline editing for category, tag, and person columns
Compare 2 commits »
andy pushed to main at andy/SpendingAnalysis 2026-02-10 16:10:37 -05:00
dfe62f442a feat: cyberpunk "Matrix 2026" UI redesign
andy pushed to main at andy/SpendingAnalysis 2026-02-10 15:43:37 -05:00
c80df54eb9 fix: make recurring tab buttons readable and properly sized in table
andy pushed to main at andy/SpendingAnalysis 2026-02-10 15:19:40 -05:00
267b624395 docs: fix README running instructions
andy pushed to main at andy/SpendingAnalysis 2026-02-10 15:16:45 -05:00
db6ba2cedc docs: update README with setup, usage, and project structure
andy pushed to main at andy/SpendingAnalysis 2026-02-10 15:14:19 -05:00
cadb24fed7 fix: refresh settings data when navigating to settings view
andy pushed to main at andy/SpendingAnalysis 2026-02-10 14:59:26 -05:00
db06108d2b feat: complete v1 implementation - all services, UI views, and tests
f538cad6ae feat: cross-account transfer detection
a3fae3fa95 feat: analysis view with spending trends, breakdowns, and forecasting
cfde077055 feat: import wizard view with column mapping and file drop
112d3aa99d feat: transactions view with filtering and inline categorization
Compare 14 commits »
andy created repository andy/SpendingAnalysis 2026-02-10 13:28:55 -05:00
andy pushed to main at andy/CustomBingo 2025-12-07 16:00:09 -05:00
294ad26ce6 Add GUI functionality and update documentation
andy pushed to main at andy/CustomBingo 2025-12-07 15:14:47 -05:00
a383a7c461 Update README.md with correct command syntax - Fix command examples to use the correct syntax: uv run python src/custom_bingo/main.py - Update development section with correct command format
andy pushed to main at andy/CustomBingo 2025-12-07 14:58:14 -05:00
c119eb513e Add custom title and sub-headers features\n\n- Add --title option to set custom title instead of default 'BINGO'\n- Add --sub-headers option to add category descriptions below column headers\n- Update main.py to handle new command-line options\n- Update PDF generator to render custom title and sub-headers\n- Add tests for new features\n- Update README.md with documentation for new features
andy pushed to main at andy/CustomBingo 2025-12-07 14:52:35 -05:00
de4140bf02 Add tests, documentation, and fix free space handling\n\n- Add comprehensive test suite for all modules\n- Create detailed README.md with usage instructions\n- Update pyproject.toml with proper dependencies\n- Refine .gitignore to properly ignore data files\n- Fix free space handling in card generation to follow BINGO conventions\n- Improve font sizing algorithm in PDF generation
andy pushed to main at andy/CustomBingo 2025-12-07 14:42:47 -05:00
dc230e822a Fix PDF output formatting: improve text wrapping, font sizing, and layout
andy pushed to main at andy/CustomBingo 2025-12-07 13:28:22 -05:00
70f28ecb24 Complete initial implementation and setup