pdf-quiz-generator/backend/app
Daniel be7efd73d2 Fix shared decks route ordering, fix corrupted middot character
- Move GET /shared before GET /{deck_id} so FastAPI matches it correctly
  (was being caught by /{deck_id} and failing int parse on "shared")
- Remove duplicate /shared endpoint left after move
- Fix corrupted middot character (U+FFFD) in My Decks card count display

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 23:45:13 +02:00
..
models Add deck sharing, star ratings, and shared deck browsing 2026-04-04 23:37:40 +02:00
routers Fix shared decks route ordering, fix corrupted middot character 2026-04-04 23:45:13 +02:00
schemas Add AI-powered flashcard generation system 2026-04-04 22:59:21 +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 PedsHub landing page with contact form and AI Scribe section 2026-04-04 01:34:44 +02:00
database.py Tag filtering, multi-category, bug fixes, image validation, docs 2026-04-04 22:48:26 +02:00
main.py Add deck sharing, star ratings, and shared deck browsing 2026-04-04 23:37:40 +02:00