DeutschLernen/GermanApp/Infrastructure/Services
Lasse Rune Hansen 28c111f8e0 feat(backend/story-integration): Phase 5 - Apply database migration with EF design-time support
- Created AppDbContextFactory for EF Core design-time DbContext creation
- Added DOTNET_RUNNING_IN_EF environment variable checks to skip validation during migrations
- Modified MistralConnector, TtsService, VoskService to skip validation in EF design-time
- Updated Program.cs ValidateAiConfigurations to skip during migrations
- Applied migration 20260613125706_AddStorySegmentAndStoryProgressTables to database
- Updated feature documentation for Phase 5 completion

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-13 15:48:00 +02:00
..
AiServicesHealthCheck.cs feat(backend/ai-services): Complete Phase 1 - Configuration & Interfaces 2026-06-13 10:22:54 +02:00
AuthService.cs feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
MistralCircuitBreaker.cs feat(backend/infrastructure): implement Mistral API Connector (Phase 0 of AI Services) 2026-06-09 18:56:37 +02:00
MistralConnector.cs feat(backend/story-integration): Phase 5 - Apply database migration with EF design-time support 2026-06-13 15:48:00 +02:00
MistralRateLimiter.cs feat(backend/infrastructure): implement Mistral API Connector (Phase 0 of AI Services) 2026-06-09 18:56:37 +02:00
TtsService.cs feat(backend/story-integration): Phase 5 - Apply database migration with EF design-time support 2026-06-13 15:48:00 +02:00
VoskService.cs feat(backend/story-integration): Phase 5 - Apply database migration with EF design-time support 2026-06-13 15:48:00 +02:00