Commit Graph

7 Commits

Author SHA1 Message Date
hemangjoshi37a 7619a7f9bb ok 2026-02-14 14:24:18 +11:00
hemangjoshi37a b79179cea2 okok 2026-02-11 01:37:36 +11:00
hemangjoshi37a 473478a32d ok 2026-02-08 22:24:13 +11:00
hemangjoshi37a bdc27679fa add 2026-02-08 12:33:09 +11:00
hemangjoshi37a 86381157d8 Address PR review feedback from Gemini Code Assist
Fixes:
- Remove duplicate get_running_analyses function (critical)
- Fix N+1 query in get_pipeline_summary_for_date with batch queries (high)
- Add thread-safety warning comment for running_analyses dict (high)
- Remove package-lock.json from .gitignore and track it (high)
- Config param in memory.py kept for backward compatibility (documented)
2026-02-01 08:24:35 +11:00
hemangjoshi37a 9a292cde34 ok 2026-02-01 06:55:15 +11:00
hemangjoshi37a e43acb8247 Add Nifty50 AI Trading Dashboard frontend and Indian market support
- Add React + Vite + Tailwind CSS frontend for Nifty50 recommendations
- Add FastAPI backend for serving stock recommendations
- Add Indian market data sources (jugaad_data, markets API)
- Add Nifty50 stock recommender modules
- Update dataflows for Indian market support
- Fix various utility and configuration updates
2026-01-31 19:41:01 +11:00