Commit Graph

3 Commits

Author SHA1 Message Date
hemangjoshi37a 572ef6c367 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)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 08:24:35 +11:00
hemangjoshi37a cf1f89adf7 ok 2026-02-01 06:55:15 +11:00
hemangjoshi37a 254c6104bb 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 Claude MAX LLM integration
- Add Nifty50 stock recommender modules
- Update dataflows for Indian market support
- Fix various utility and configuration updates

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 19:41:01 +11:00