pdf-quiz-generator/backend/app
Daniel 594bbfaf26 Fix course router: remove nonexistent model fields
- Remove category, thumbnail_url references (not on Course model)
- Fix sort_order → position (matching actual column name)
- Fix CourseCreate schema: only title + description
- Fix tab labels: "My Created" → "Created by Me"

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 02:26:41 +02:00
..
models Add LMS, user quiz creation, manual questions, course system 2026-04-05 02:07:04 +02:00
routers Fix course router: remove nonexistent model fields 2026-04-05 02:26:41 +02:00
schemas Add LMS, user quiz creation, manual questions, course system 2026-04-05 02:07:04 +02:00
services Add AI-powered flashcard generation system 2026-04-04 22:59:21 +02:00
tasks Flashcard ownership, trash, delete cards, fix job status 2026-04-04 23:24:48 +02:00
utils Security hardening, async TeachChat, rate limit UX, unthrottle 2026-04-04 01:09:42 +02:00
__init__.py Initial commit: PDF Quiz Generator app 2026-03-30 20:04:53 +00:00
config.py Add LMS, user quiz creation, manual questions, course system 2026-04-05 02:07:04 +02:00
database.py Tag filtering, multi-category, bug fixes, image validation, docs 2026-04-04 22:48:26 +02:00
main.py Add LMS, user quiz creation, manual questions, course system 2026-04-05 02:07:04 +02:00