DeutschLernen/GermanApp/Application/Services
Mistral Vibe 536382641d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat(backend/story-integration): Phase 4 - AI Integration with CEFR-level prompts
- Enhanced StoryGenerationService with CEFR-level-specific prompt templates
- Added GetStoryRequirements() method with level-specific requirements for A1-C1
- Added GetSegmentRequirements() method with level-specific requirements
- Story prompts now include detailed CEFR-level constraints:
  - A1: Simple present tense, basic SVO structure, max 500 words
  - A2: Present/past/future, subordinate clauses, max 1000 words
  - B1: All tenses, modal verbs, complex sentences, max 2000 words
  - B2: Nuanced tenses, all cases, Konjunktiv I/II, Passiv, max 3000 words
  - C1: All tenses/moods, sophisticated vocabulary, literary devices
- Updated docs/features/story-integration.md for Phase 4 completion
- All 324 tests still pass

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-13 14:38:30 +02:00
..
AiFallbackService.cs feat(backend/application): implement Phase 5 AI Service Integration 2026-06-13 12:44:10 +02:00
AudioGenerationService.cs feat(backend/application): implement Phase 5 AI Service Integration 2026-06-13 12:44:10 +02:00
LessonService.cs feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00
LessonUnlockService.cs feat(backend/application): Complete Lesson Management feature implementation 2026-06-13 09:34:42 +02:00
LevelCompletionCalculator.cs feat(backend/application): Complete Lesson Management feature implementation 2026-06-13 09:34:42 +02:00
LevelService.cs feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00
MistralService.cs feat(backend/ai-services): Complete AI Services Phase 0-4 implementation 2026-06-13 10:09:19 +02:00
ProgressService.cs feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00
QuizQuestionService.cs feat(backend/application): Complete Lesson Management feature implementation 2026-06-13 09:34:42 +02:00
QuizService.cs feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00
SpeechExerciseService.cs feat(backend/application): implement Phase 5 AI Service Integration 2026-06-13 12:44:10 +02:00
StoryGenerationService.cs feat(backend/story-integration): Phase 4 - AI Integration with CEFR-level prompts 2026-06-13 14:38:30 +02:00
StoryService.cs feat(backend/story-integration): Phase 2 - Backend Services 2026-06-13 13:37:16 +02:00
StoryUnlockService.cs feat(backend/story-integration): Phase 2 - Backend Services 2026-06-13 13:37:16 +02:00
WritingFeedbackService.cs feat(backend/application): implement Phase 5 AI Service Integration 2026-06-13 12:44:10 +02:00