MicroFish/backend/app/api
Ubuntu cf63bccc39 feat(api): add download endpoints for source doc, report and simulation log
Adds GET /api/graph/project/<id>/download/source, GET /api/simulation/<id>/download/report,
and GET /api/simulation/<id>/download/log with corresponding tests (5/5 passing).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 22:18:23 +00:00
..
__init__.py chore(i18n): replace all hardcoded Chinese strings with English in backend 2026-04-24 23:40:58 +00:00
auth.py feat(auth): add JWT login screen, production Dockerfile and Azure Container App Bicep 2026-04-24 18:46:39 +00:00
graph.py feat(api): add download endpoints for source doc, report and simulation log 2026-05-15 22:18:23 +00:00
report.py feat(simulation): clone graph on start for per-simulation isolation, use graph_id_simulation in report 2026-05-03 22:06:27 +00:00
simulation.py feat(api): add download endpoints for source doc, report and simulation log 2026-05-15 22:18:23 +00:00