language-learning-app/api/app/outbound/postgres/entities
2026-04-17 07:18:40 +01:00
..
__init__.py Start architecting things into domain driven design / hexagonal architecture 2026-03-25 21:10:10 +00:00
dictionary_entities.py feat: Build the bilingual dictionary data 2026-04-08 20:26:26 +01:00
email_verification_token_entity.py feat: [api] Create the Register and Onboarding endpoints (API and BFF) 2026-04-11 08:01:03 +01:00
flashcard_entities.py refactor: [api] Remove the direction field from flashcards and word_bank_templates 2026-04-17 07:18:40 +01:00
learnable_language_entity.py feat: Add Learnable Languages 2026-03-27 10:32:46 +00:00
pack_entities.py refactor: [api] Remove the direction field from flashcards and word_bank_templates 2026-04-17 07:18:40 +01:00
summarise_job_entity.py feat: Update responsibility between the job and the translated_articles 2026-03-30 07:11:32 +01:00
translated_article_entity.py feat: Update responsibility between the job and the translated_articles 2026-03-30 07:11:32 +01:00
user_entity.py feat: [api] Add Onboarding, and account validation endpoints 2026-04-11 08:08:10 +01:00
vocab_entities.py feat: [api] Add the WordPacks functionality and their endpoints 2026-04-14 10:17:33 +01:00