chrysopedia/backend/routers
jlightner 0fc0df1d29 feat: Added GET /api/v1/creator/dashboard returning video_count, techni…
- "backend/routers/creator_dashboard.py"
- "backend/schemas.py"
- "backend/main.py"
- "alembic/versions/016_add_users_and_invite_codes.py"

GSD-Task: S02/T01
2026-04-04 00:09:19 +00:00
..
__init__.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
auth.py test: Implemented auth API router with register/login/me/update-profile… 2026-04-03 21:54:11 +00:00
consent.py feat: Added consent API router with 5 endpoints (list, get, upsert with… 2026-04-03 22:11:36 +00:00
creator_dashboard.py feat: Added GET /api/v1/creator/dashboard returning video_count, techni… 2026-04-04 00:09:19 +00:00
creators.py feat: Added summary, topic_tags, and key_moment_count fields to Creator… 2026-04-03 09:07:34 +00:00
health.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
ingest.py feat: meaningful pipeline status lifecycle — Not Started → Queued → In Progress → Complete/Errored 2026-03-31 02:43:49 +00:00
pipeline.py chore: remove 2,367 lines of dead code — orphaned CSS, unused imports, stale files 2026-04-03 09:43:37 +00:00
reports.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
search.py perf: Added SearchLog model, Alembic migration 013, Pydantic schemas, f… 2026-04-03 04:02:55 +00:00
stats.py feat: add GET /api/v1/stats endpoint with technique and creator counts 2026-04-03 04:24:58 +00:00
techniques.py perf: eliminate N+1 queries in stale-pages, add videos pagination, cache related techniques 2026-04-03 05:50:53 +00:00
topics.py feat: Normalized /topics and /videos endpoints from bare lists to pagin… 2026-04-03 23:09:33 +00:00
videos.py test: Added GET /videos/{video_id} and GET /videos/{video_id}/transcrip… 2026-04-03 23:42:43 +00:00