Commit graph

21 commits

Author SHA1 Message Date
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
acadf77e2e feat: Split sentence/translation in UI into a component 2026-04-07 07:09:25 +01:00
8252b6fcf0 feat: Update responsibility between the job and the translated_articles 2026-03-30 07:11:32 +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
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
271519204c Start architecting things into domain driven design / hexagonal architecture 2026-03-25 21:10:10 +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