Tony Moon tonym
  • Joined on 2025-09-14
tonym closed issue bonna61/Moon-Household-Budget#31 2026-06-06 21:34:09 +00:00
Extract shared storage helper (DATA_DIR/load/save duplicated 7x)
tonym opened issue bonna61/Moon-Household-Budget#42 2026-06-06 19:58:17 +00:00
Self-host Google Fonts instead of CDN @import
tonym opened issue bonna61/Moon-Household-Budget#41 2026-06-06 19:58:17 +00:00
Replace scattered inline styles with CSS utility classes
tonym opened issue bonna61/Moon-Household-Budget#40 2026-06-06 19:58:17 +00:00
Strip template scaffolding comments from the Dockerfile
tonym opened issue bonna61/Moon-Household-Budget#39 2026-06-06 19:58:17 +00:00
Remove unused FastAPI suggestions adapter from the image
tonym opened issue bonna61/Moon-Household-Budget#38 2026-06-06 19:58:16 +00:00
Add a committed .env.example documenting all env vars
tonym opened issue bonna61/Moon-Household-Budget#37 2026-06-06 19:58:16 +00:00
Remove redundant double pip install of gunicorn/requests
tonym opened issue bonna61/Moon-Household-Budget#36 2026-06-06 19:58:16 +00:00
Pin the base image by digest
tonym opened issue bonna61/Moon-Household-Budget#35 2026-06-06 19:58:16 +00:00
Run the container as a non-root user
tonym opened issue bonna61/Moon-Household-Budget#34 2026-06-06 19:58:15 +00:00
Pin python-dateutil, requests, gunicorn in requirements.txt
tonym opened issue bonna61/Moon-Household-Budget#33 2026-06-06 19:58:15 +00:00
Cache per-request transaction reads (badge reloads full JSON every page)
tonym opened issue bonna61/Moon-Household-Budget#32 2026-06-06 19:58:15 +00:00
Define TAX_FILE after DATA_DIR to avoid divergent fallbacks
tonym opened issue bonna61/Moon-Household-Budget#31 2026-06-06 19:58:15 +00:00
Extract shared storage helper (DATA_DIR/load/save duplicated 7x)
tonym opened issue bonna61/Moon-Household-Budget#30 2026-06-06 19:58:15 +00:00
Harden income_ytd year filtering (string prefix match)
tonym opened issue bonna61/Moon-Household-Budget#29 2026-06-06 19:58:15 +00:00
Recompute freed minimums each month in simulate_payoff
tonym opened issue bonna61/Moon-Household-Budget#28 2026-06-06 19:58:14 +00:00
Cap split_transaction's unbounded while-loop
tonym opened issue bonna61/Moon-Household-Budget#27 2026-06-06 19:58:14 +00:00
Cast income_delete year/month to int for url_for
tonym opened issue bonna61/Moon-Household-Budget#26 2026-06-06 19:58:14 +00:00
Include bills in client-side updateLeftover() in weekly.html
tonym opened issue bonna61/Moon-Household-Budget#25 2026-06-06 19:58:14 +00:00
Align upload save path with the /uploads serving route
tonym opened issue bonna61/Moon-Household-Budget#24 2026-06-06 19:58:14 +00:00
Replace 30-day-month BNPL approximation with calendar math