Commit graph

63 commits

Author SHA1 Message Date
91ff2e7740 chore: [frontend] Continue removing traces of the shadcn components 2026-04-17 08:57:01 +01:00
34a044b349 chore: remove the shadcn components 2026-04-17 08:55:48 +01:00
aa155dd7a9 chore: [frontend] Move various docs and config files 2026-04-17 07:42:34 +01:00
8670eb8cf8 components: [frontend] Add some shadcn components 2026-04-17 07:41:03 +01:00
50229dfbac chore: [frontend] Update the API client gen code 2026-04-17 07:21:56 +01:00
dd069c470e feat: [frontend] Add shadcn-svelte 2026-04-17 07:19:41 +01:00
517e2bf90e refactor: [api] Remove the direction field from flashcards and word_bank_templates 2026-04-17 07:18:40 +01:00
91caf5d5ca chore: [frontend] Update the API client 2026-04-15 21:02:11 +01:00
f4e97f2f29 scripts: improve the import/clean scripts for the dictionary 2026-04-15 21:01:52 +01:00
c6fab5fdbb docs: [frontend] Add to docs for the frontend package
Some checks failed
/ test (push) Has been cancelled
2026-04-15 21:01:31 +01:00
3b16ff5046 docs: [api] Add the 'todo-later.md' document to keep track of things we
want to do, but later
2026-04-14 10:18:52 +01:00
6efa3ca1f5 chore: [api] add ui.lock file 2026-04-14 10:18:31 +01:00
376757df51 docs: [api] Update domain.md to explain the domain context 2026-04-14 10:18:16 +01:00
a5ab9dde21 chore: [api] Update the env.py to add new WordPark enttiies 2026-04-14 10:17:56 +01:00
628b61f4e1 feat: [api] Add the WordPacks functionality and their endpoints 2026-04-14 10:17:33 +01:00
74c173b6ae feat: [frontend] Create the register and onboarding flows
Some checks failed
/ test (push) Has been cancelled
2026-04-11 11:46:50 +01:00
5532fb609b docs: [frontend] Move docs to a separate directory 2026-04-11 08:27:57 +01:00
3c23c49912 feat: [frontend] Update the API types
Some checks are pending
/ test (push) Waiting to run
2026-04-11 08:14:32 +01:00
3a3537831a feat: [api] Add Onboarding, and account validation endpoints 2026-04-11 08:08:10 +01:00
88c355053f feat: [api] Create the Register and Onboarding endpoints (API and BFF) 2026-04-11 08:01:03 +01:00
36d09b2304 docs: [api] Update the architecture doc with examples and explanations 2026-04-11 07:47:22 +01:00
8edab8a706 feat: Create the email_verification_token entity, and both scaleway and
stub email cleints
2026-04-11 06:56:50 +01:00
7f0977d8e5 feat: link dictionary senses to lemmas
Some checks are pending
/ test (push) Waiting to run
2026-04-10 21:12:40 +01:00
eb21d8b2f0 docs: [api] Move architecture and domain docs to the /docs director 2026-04-10 21:11:50 +01:00
4ef5a7d1a1 fix: use python 3.13 in API Dockerfile, necessary for spacy 2026-04-10 21:11:13 +01:00
aa4987981d feat: Create the Dictionary Lookup Service; methods for fidning
Some checks are pending
/ test (push) Waiting to run
vocabulary and words
2026-04-10 07:11:57 +01:00
27f7a7c3f3 feat: Build the flashcards model, routes, etc. 2026-04-09 20:40:11 +01:00
0281caef7c feat: Endpoints to manage your account. 2026-04-08 20:50:26 +01:00
689e10d1bc feat: vocab endpoints 2026-04-08 20:37:00 +01:00
486e0bf3d5 docs: Update the pyproject.toml to make it compatible with spaCy; update
architecture.md
2026-04-08 20:26:57 +01:00
873ebacd4d feat: Build the bilingual dictionary data 2026-04-08 20:26:26 +01:00
2cae5d9445 feat: add the 'tests' module to the project
Some checks failed
/ test (push) Has been cancelled
2026-04-07 07:55:57 +01:00
acadf77e2e feat: Split sentence/translation in UI into a component 2026-04-07 07:09:25 +01:00
c65509b53f chore: create example.env file in frontend 2026-03-31 07:23:10 +01:00
0172003993 feat: Add the ArticlePreview.svelte component to frontend 2026-03-31 07:22:58 +01:00
7d6947338a Add language formatter and spaCy types 2026-03-31 07:22:43 +01:00
0d0c2491e7 Show translated article preview on job page 2026-03-31 07:22:18 +01:00
43df46f26b fix: API types in the frontent 2026-03-31 07:21:55 +01:00
13911331a3 feat: Add word-level translation panel to article page
- Add DeepL integration for word translation
- Parse article body into sentences and tokens
- Highlight active sentence and selected word
- Show translation in a sticky panel or mobile drawer
- Refactor audio timing and body parsing logic
- Enable SvelteKit remote functions and async compiler options
- Add dependencies: deepl-node, valibot
2026-03-31 07:21:20 +01:00
8252b6fcf0 feat: Update responsibility between the job and the translated_articles 2026-03-30 07:11:32 +01:00
c0539bcf59 docs: Update root README.md with more project information 2026-03-29 08:55:22 +01:00
7ee40ccad7 chore: add ADMIN_USER_EMAILS and API_BASE_URL to docker compose 2026-03-29 08:55:06 +01:00
69be5a5493 chore: add pycache to gitignore 2026-03-29 08:54:42 +01:00
4fbf2abd08 feat: frontend pages 2026-03-29 08:54:27 +01:00
dbc921d98a feat: Add the TranslatedArticle entity 2026-03-27 11:04:05 +00:00
e05a62cda9 feat: Add admin auth 2026-03-27 10:36:43 +00:00
046504e6a1 feat: Add Learnable Languages 2026-03-27 10:32:46 +00:00
5f917f5e6d chore: remove API docs 2026-03-27 09:50:19 +00:00
73594692e3 chore: Add deepgram_api_kev env variable to docker-compose.yaml 2026-03-27 09:46:51 +00:00
c7c01c0143 frontend: Add more details to the jobs/[job_id] page 2026-03-27 09:46:26 +00:00