MyMidas/backend/app/demo
megaproxy 664b530136 Seed historical net worth snapshots and trigger live price sync on demo startup
- seed.py: adds 30 weekly NetWorthSnapshot rows (Sep 2025 → Apr 2026) so the
  Net Worth chart has full history on first boot, not just today's value
- main.py: fires price_sync_job and fx_sync_job in the background immediately
  after the scheduler starts in demo mode, so portfolio valuations are live
  from the moment the container becomes healthy

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 22:47:44 +00:00
..
__init__.py Add public demo mode with auto-seeding, hourly reset, and Portainer deploy guide 2026-04-23 22:08:24 +00:00
seed.py Seed historical net worth snapshots and trigger live price sync on demo startup 2026-04-23 22:47:44 +00:00
snapshot.py Fix demo snapshot volume mount (named volume must point to directory not file) 2026-04-23 22:26:08 +00:00