Commit graph

36 commits

Author SHA1 Message Date
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
746aa5f382 API: Add the part_of_speech and transcript generation in the sumamry job 2026-03-27 09:45:44 +00:00
3d5551c3d9 api: Add Deepgram and Spacy clients 2026-03-27 07:54:00 +00:00
407d423a4c API: allow free access to audio files; create the article_service 2026-03-26 20:47:15 +00:00
6a08da1ff6 frontend: create pages to list jobs 2026-03-26 20:46:15 +00:00
271519204c Start architecting things into domain driven design / hexagonal architecture 2026-03-25 21:10:10 +00:00
6f5012cb6c add login functionality 2026-03-25 21:09:38 +00:00
3a07c81359 add frontend to the docker-compose 2026-03-24 20:02:32 +00:00
da8022e66c Add docker to the frontend 2026-03-24 20:02:20 +00:00
Thomas
1f582139cb
wip 2026-03-24 19:54:17 +00:00
Thomas
1fe18a5861
create the sveltekit frontend 2026-03-23 07:17:46 +00:00
Thomas
5aebb0fd7f
Create the /api router 2026-03-21 20:47:15 +00:00
afe3b63fa5 Generate the audio; move to background task 2026-03-19 10:51:10 +00:00
6bc1efd333 initial commit 2026-03-18 20:55:02 +00:00