chrysopedia/backend/routers
jlightner 76138887d2 fix: Creators endpoint returns paginated response, review queue limit raised to 1000, added GET /review/moments/{id} endpoint
- Creators: response_model changed from list to {items, total, offset, limit} matching frontend CreatorBrowseResponse
- Review queue: limit raised from 100 to 1000
- New GET /review/moments/{moment_id} endpoint for direct moment fetch
- MomentDetail uses fetchMoment instead of fetching full queue
- Merge candidates fetch uses limit=100
2026-03-30 01:26:12 -05:00
..
__init__.py chore: Built FastAPI app with DB-connected health check, Pydantic schem… 2026-03-29 21:54:57 +00:00
creators.py fix: Creators endpoint returns paginated response, review queue limit raised to 1000, added GET /review/moments/{id} endpoint 2026-03-30 01:26:12 -05:00
health.py chore: Built FastAPI app with DB-connected health check, Pydantic schem… 2026-03-29 21:54:57 +00:00
ingest.py feat: Wired automatic run_pipeline.delay() dispatch after ingest commit… 2026-03-29 22:41:02 +00:00
pipeline.py feat: Wired automatic run_pipeline.delay() dispatch after ingest commit… 2026-03-29 22:41:02 +00:00
review.py fix: Creators endpoint returns paginated response, review queue limit raised to 1000, added GET /review/moments/{id} endpoint 2026-03-30 01:26:12 -05:00
search.py feat: Created async search service with embedding+Qdrant+keyword fallba… 2026-03-29 23:55:52 +00:00
techniques.py feat: Created async search service with embedding+Qdrant+keyword fallba… 2026-03-29 23:55:52 +00:00
topics.py feat: Created async search service with embedding+Qdrant+keyword fallba… 2026-03-29 23:55:52 +00:00
videos.py chore: Built FastAPI app with DB-connected health check, Pydantic schem… 2026-03-29 21:54:57 +00:00