DeutschLernen/GermanApp/Application/DTOs
Lasse Rune Hansen 5a514c5a2d feat(backend/story-integration): Phase 1 - Database & Models
Implement story integration foundation:
- Create Domain/Entities/StorySegment.cs with full CRUD methods
- Create Domain/Entities/StoryProgress.cs for user story progress tracking
- Create Application/DTOs/StorySegmentDto.cs with multiple DTO types
- Create Domain/Interfaces/IStoryRepository.cs
- Create Domain/Interfaces/IStoryProgressRepository.cs
- Create Infrastructure/Data/Repositories/StoryRepository.cs
- Create Infrastructure/Data/Repositories/StoryProgressRepository.cs
- Add DbSets and entity configurations to AppDbContext
- Add navigation properties to Level, Lesson, and User entities

Next: Phase 2 - Backend Services (StoryService, StoryGenerationService)

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-13 13:23:12 +02:00
..
Auth feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
LessonDto.cs fix(backend): update Lesson entity and related code to use LevelId foreign key 2026-06-07 21:25:46 +02:00
LevelDto.cs feat(backend/application): add DTOs and services for Lesson Management 2026-06-08 20:51:38 +02:00
QuizDto.cs feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00
QuizQuestionDto.cs feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00
StorySegmentDto.cs feat(backend/story-integration): Phase 1 - Database & Models 2026-06-13 13:23:12 +02:00
UserProgressDto.cs feat(backend/application): add DTOs and services for Lesson Management 2026-06-08 20:51:38 +02:00