language-learning-app/api/app/domain/services
2026-05-18 21:18:19 +01:00
..
__init__.py Start architecting things into domain driven design / hexagonal architecture 2026-03-25 21:10:10 +00:00
account_service.py feat: [api] Add the WordPacks functionality and their endpoints 2026-04-14 10:17:33 +01:00
adventure_service.py feat: Change out storage from local to Bunny (via env param) 2026-05-18 21:18:19 +01:00
content_generation_service.py Start architecting things into domain driven design / hexagonal architecture 2026-03-25 21:10:10 +00:00
dictionary_lookup_service.py feat: Create the Dictionary Lookup Service; methods for fidning 2026-04-10 07:11:57 +01:00
flashcard_service.py refactor: [api] Remove the direction field from flashcards and word_bank_templates 2026-04-17 07:18:40 +01:00
pack_service.py refactor: [api] Remove the direction field from flashcards and word_bank_templates 2026-04-17 07:18:40 +01:00
summarise_service.py feat: Change out storage from local to Bunny (via env param) 2026-05-18 21:18:19 +01:00
vocab_service.py feat: Create the Dictionary Lookup Service; methods for fidning 2026-04-10 07:11:57 +01:00