lila/documentation
lila b59fac493d feat(api): implement game terms query with double join
- Add double join on translations for source/target languages
- Left join term_glosses for optional source-language glosses
- Filter difficulty on target side only (intentionally asymmetric:
  a word's difficulty can differ between languages, and what matters
  is the difficulty of the word being learned)
- Return neutral field names (sourceText, targetText, sourceGloss)
  instead of quiz semantics; service layer maps to prompt/answer
- Tighten term_glosses unique constraint to (term_id, language_code)
  to prevent the left join from multiplying question rows
- Add TODO for ORDER BY RANDOM() scaling post-MVP
2026-04-10 18:02:03 +02:00
..
audits refactoring 2026-04-02 13:37:54 +02:00
api-development.md feat(api): implement game terms query with double join 2026-04-10 18:02:03 +02:00
CLAUDE.md feat(infra): add docker-compose and dockerfiles for all services 2026-03-26 09:43:39 +01:00
data-seeding-notes.md formatting 2026-03-31 10:06:06 +02:00
decisions.md updating documentation 2026-04-06 17:01:34 +02:00
mvp.md adding documentation and roadmap for the most minimal mvp 2026-04-02 18:28:44 +02:00
notes.md feat(api): implement game terms query with double join 2026-04-10 18:02:03 +02:00
roadmap.md feat: scaffold quiz API vertical slice 2026-04-09 13:47:01 +02:00
schema_discussion.md updating documentation 2026-04-06 17:01:34 +02:00
spec.md formatting 2026-03-31 10:06:06 +02:00