|
|
57fd98d882
|
fix: [frontend] Update the dictionarySearch.remote.ts function in
sveltekit to use the new API endpoints
|
2026-05-03 13:32:45 +01:00 |
|
|
|
170f851344
|
feat: [frontend] Start to play around with Flashcard creation UI
|
2026-05-03 13:32:26 +01:00 |
|
|
|
f463454e8e
|
style: add some greys to the app.css
|
2026-05-03 13:32:05 +01:00 |
|
|
|
903498057f
|
docs: update the pricing vision document
|
2026-05-03 13:31:32 +01:00 |
|
Thomas
|
fb4ab69295
|
docs: [api] Add flashcard-related models
/ test (push) Has been cancelled
|
2026-04-24 07:54:56 +01:00 |
|
|
|
26ce12f69f
|
feat: [content] Initialise the content module
/ test (push) Has been cancelled
|
2026-04-18 20:07:13 +01:00 |
|
|
|
33da2faa0d
|
fixup: [frontend] Send through the root path server file
|
2026-04-18 20:06:06 +01:00 |
|
|
|
678ada3031
|
feat: [frontend] Update the styles of the root page, and the application
dashboard, both from claude design tool
|
2026-04-18 17:28:59 +01:00 |
|
|
|
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)
|
2026-04-18 17:27:32 +01:00 |
|
|
|
c9dd9d0b4c
|
feat: [api] Create better "search" functionality for the dictionary
|
2026-04-18 17:26:09 +01:00 |
|
|
|
fd96396c30
|
chore: [frontend] Generate API types
|
2026-04-18 17:25:31 +01:00 |
|
|
|
ae9e50721b
|
Chore: fix the import-dictionary makefile line
|
2026-04-18 16:28:54 +01:00 |
|
|
|
45336277df
|
feat: [frontend] Refactor the packs admin interface
/ test (push) Has been cancelled
|
2026-04-17 09:39:42 +01:00 |
|
|
|
eba8a1b4cd
|
chore: [frontend] API types
|
2026-04-17 08:57:21 +01:00 |
|
|
|
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
/ 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
/ 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
/ 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
/ 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
/ 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
/ 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 |
|