No description
Find a file
lila 55885336ba feat(db): add drizzle schema for vocabulary and deck tables
- terms, translations, term_glosses with cascade deletes and pos check constraint
- language_pairs with source/target language check constraints and no-self-pair guard
- users with openauth_sub as identity provider key
- decks and deck_terms with composite PK and position ordering
- indexes on all hot query paths (distractor generation, deck lookups, FK joins)
- SUPPORTED_POS and SUPPORTED_LANGUAGE_CODES as single source of truth in @glossa/shared
2026-03-28 19:02:10 +01:00
apps infra: add Docker Compose setup for local development 2026-03-25 18:56:04 +01:00
documentation feat(db): add drizzle schema for vocabulary and deck tables 2026-03-28 19:02:10 +01:00
packages feat(db): add drizzle schema for vocabulary and deck tables 2026-03-28 19:02:10 +01:00
scripts refactor: migrate to deck-based vocabulary curation 2026-03-27 16:53:26 +01:00
.dockerignore infra: add Docker Compose setup for local development 2026-03-25 18:56:04 +01:00
.env.example infra: add Docker Compose setup for local development 2026-03-25 18:56:04 +01:00
.gitignore setting up python env, download word data 2026-03-26 11:41:46 +01:00
.prettierignore chore: configure root eslint with react and tanstack router rules 2026-03-21 19:32:38 +01:00
.prettierrc chore: configure prettier with ignore rules and format scripts + running format 2026-03-20 18:37:38 +01:00
docker-compose.yml infra: add Docker Compose setup for local development 2026-03-25 18:56:04 +01:00
eslint.config.mjs chore: configure root eslint with react and tanstack router rules 2026-03-21 19:32:38 +01:00
mise.toml setting up python env, download word data 2026-03-26 11:41:46 +01:00
package.json feat(db): configure drizzle orm and postgres connection 2026-03-24 10:59:03 +01:00
pnpm-lock.yaml feat(db): add drizzle schema for vocabulary and deck tables 2026-03-28 19:02:10 +01:00
pnpm-workspace.yaml formatting 2026-03-21 19:33:07 +01:00
README.md initial commit 2026-03-20 08:57:09 +01:00
tsconfig.base.json formatting 2026-03-21 19:33:07 +01:00
tsconfig.json chore: configure prettier with ignore rules and format scripts + running format 2026-03-20 18:37:38 +01:00
vitest.config.ts chore: configure vitest with project-based setup and coverage 2026-03-20 19:25:00 +01:00

glossa