Commit graph

  • 26ce12f69f feat: [content] Initialise the content module main wilson 2026-04-18 20:07:13 +0100
  • 33da2faa0d fixup: [frontend] Send through the root path server file wilson 2026-04-18 20:06:06 +0100
  • 678ada3031 feat: [frontend] Update the styles of the root page, and the application dashboard, both from claude design tool wilson 2026-04-18 17:28:59 +0100
  • 612c33ba93 feat: [script] Fix how non-verb words are imported, as they were missing a wordform entry for the "default" lemma (i.e. masculine, singular form) wilson 2026-04-18 17:27:32 +0100
  • c9dd9d0b4c feat: [api] Create better "search" functionality for the dictionary wilson 2026-04-18 17:26:09 +0100
  • fd96396c30 chore: [frontend] Generate API types wilson 2026-04-18 17:25:31 +0100
  • ae9e50721b Chore: fix the import-dictionary makefile line wilson 2026-04-18 16:28:54 +0100
  • 45336277df feat: [frontend] Refactor the packs admin interface wilson 2026-04-17 09:39:42 +0100
  • eba8a1b4cd chore: [frontend] API types wilson 2026-04-17 08:57:21 +0100
  • 91ff2e7740 chore: [frontend] Continue removing traces of the shadcn components wilson 2026-04-17 08:57:01 +0100
  • 34a044b349 chore: remove the shadcn components wilson 2026-04-17 08:55:48 +0100
  • aa155dd7a9 chore: [frontend] Move various docs and config files wilson 2026-04-17 07:42:34 +0100
  • 8670eb8cf8 components: [frontend] Add some shadcn components wilson 2026-04-17 07:41:03 +0100
  • 50229dfbac chore: [frontend] Update the API client gen code wilson 2026-04-17 07:21:56 +0100
  • dd069c470e feat: [frontend] Add shadcn-svelte wilson 2026-04-17 07:19:41 +0100
  • 517e2bf90e refactor: [api] Remove the direction field from flashcards and word_bank_templates wilson 2026-04-17 07:18:40 +0100
  • 91caf5d5ca chore: [frontend] Update the API client wilson 2026-04-15 21:02:11 +0100
  • f4e97f2f29 scripts: improve the import/clean scripts for the dictionary wilson 2026-04-15 21:01:52 +0100
  • c6fab5fdbb docs: [frontend] Add to docs for the frontend package wilson 2026-04-15 21:01:31 +0100
  • 3b16ff5046 docs: [api] Add the 'todo-later.md' document to keep track of things we want to do, but later wilson 2026-04-14 10:18:52 +0100
  • 6efa3ca1f5 chore: [api] add ui.lock file wilson 2026-04-14 10:18:31 +0100
  • 376757df51 docs: [api] Update domain.md to explain the domain context wilson 2026-04-14 10:18:16 +0100
  • a5ab9dde21 chore: [api] Update the env.py to add new WordPark enttiies wilson 2026-04-14 10:17:56 +0100
  • 628b61f4e1 feat: [api] Add the WordPacks functionality and their endpoints wilson 2026-04-14 10:17:33 +0100
  • 74c173b6ae feat: [frontend] Create the register and onboarding flows wilson 2026-04-11 11:46:50 +0100
  • 5532fb609b docs: [frontend] Move docs to a separate directory wilson 2026-04-11 08:27:57 +0100
  • 3c23c49912 feat: [frontend] Update the API types wilson 2026-04-11 08:14:32 +0100
  • 3a3537831a feat: [api] Add Onboarding, and account validation endpoints wilson 2026-04-11 08:08:10 +0100
  • 88c355053f feat: [api] Create the Register and Onboarding endpoints (API and BFF) wilson 2026-04-11 08:01:03 +0100
  • 36d09b2304 docs: [api] Update the architecture doc with examples and explanations wilson 2026-04-11 07:47:22 +0100
  • 8edab8a706 feat: Create the email_verification_token entity, and both scaleway and stub email cleints wilson 2026-04-11 06:56:50 +0100
  • 7f0977d8e5 feat: link dictionary senses to lemmas wilson 2026-04-10 21:12:40 +0100
  • eb21d8b2f0 docs: [api] Move architecture and domain docs to the /docs director wilson 2026-04-10 21:11:50 +0100
  • 4ef5a7d1a1 fix: use python 3.13 in API Dockerfile, necessary for spacy wilson 2026-04-10 21:11:13 +0100
  • aa4987981d feat: Create the Dictionary Lookup Service; methods for fidning vocabulary and words wilson 2026-04-10 07:11:57 +0100
  • 27f7a7c3f3 feat: Build the flashcards model, routes, etc. wilson 2026-04-09 20:40:11 +0100
  • 0281caef7c feat: Endpoints to manage your account. wilson 2026-04-08 20:50:26 +0100
  • 689e10d1bc feat: vocab endpoints wilson 2026-04-08 20:37:00 +0100
  • 486e0bf3d5 docs: Update the pyproject.toml to make it compatible with spaCy; update architecture.md wilson 2026-04-08 20:26:57 +0100
  • 873ebacd4d feat: Build the bilingual dictionary data wilson 2026-04-08 20:26:26 +0100
  • 2cae5d9445 feat: add the 'tests' module to the project wilson 2026-04-07 07:55:57 +0100
  • acadf77e2e feat: Split sentence/translation in UI into a component wilson 2026-04-07 07:09:25 +0100
  • c65509b53f chore: create example.env file in frontend wilson 2026-03-31 07:23:10 +0100
  • 0172003993 feat: Add the ArticlePreview.svelte component to frontend wilson 2026-03-31 07:22:58 +0100
  • 7d6947338a Add language formatter and spaCy types wilson 2026-03-31 07:22:43 +0100
  • 0d0c2491e7 Show translated article preview on job page wilson 2026-03-31 07:22:18 +0100
  • 43df46f26b fix: API types in the frontent wilson 2026-03-31 07:21:55 +0100
  • 13911331a3 feat: Add word-level translation panel to article page wilson 2026-03-31 07:21:20 +0100
  • 8252b6fcf0 feat: Update responsibility between the job and the translated_articles wilson 2026-03-30 07:11:32 +0100
  • c0539bcf59 docs: Update root README.md with more project information wilson 2026-03-29 08:55:22 +0100
  • 7ee40ccad7 chore: add ADMIN_USER_EMAILS and API_BASE_URL to docker compose wilson 2026-03-29 08:55:06 +0100
  • 69be5a5493 chore: add pycache to gitignore wilson 2026-03-29 08:54:42 +0100
  • 4fbf2abd08 feat: frontend pages wilson 2026-03-29 08:54:27 +0100
  • dbc921d98a feat: Add the TranslatedArticle entity wilson 2026-03-27 11:04:05 +0000
  • e05a62cda9 feat: Add admin auth wilson 2026-03-27 10:36:43 +0000
  • 046504e6a1 feat: Add Learnable Languages wilson 2026-03-27 10:32:46 +0000
  • 5f917f5e6d chore: remove API docs wilson 2026-03-27 09:50:19 +0000
  • 73594692e3 chore: Add deepgram_api_kev env variable to docker-compose.yaml wilson 2026-03-27 09:46:51 +0000
  • c7c01c0143 frontend: Add more details to the jobs/[job_id] page wilson 2026-03-27 09:46:26 +0000
  • 746aa5f382 API: Add the part_of_speech and transcript generation in the sumamry job wilson 2026-03-27 09:45:44 +0000
  • 3d5551c3d9 api: Add Deepgram and Spacy clients wilson 2026-03-27 07:54:00 +0000
  • 407d423a4c API: allow free access to audio files; create the article_service wilson 2026-03-26 20:47:15 +0000
  • 6a08da1ff6 frontend: create pages to list jobs wilson 2026-03-26 20:46:15 +0000
  • 271519204c Start architecting things into domain driven design / hexagonal architecture wilson 2026-03-25 21:10:10 +0000
  • 6f5012cb6c add login functionality wilson 2026-03-25 21:09:38 +0000
  • 3a07c81359 add frontend to the docker-compose wilson 2026-03-24 20:02:32 +0000
  • da8022e66c Add docker to the frontend wilson 2026-03-24 20:02:20 +0000
  • 1f582139cb
    wip Thomas 2026-03-24 19:54:17 +0000
  • 1fe18a5861
    create the sveltekit frontend Thomas 2026-03-23 07:17:46 +0000
  • 5aebb0fd7f
    Create the /api router Thomas 2026-03-21 20:47:15 +0000
  • afe3b63fa5 Generate the audio; move to background task wilson 2026-03-19 10:51:10 +0000
  • 6bc1efd333 initial commit wilson 2026-03-18 20:55:02 +0000