Janus C. H. Knudsen
|
dcd76836bd
|
Refactors repository layer and IndexedDB architecture
Eliminates redundant repository abstraction layer by directly using EntityService methods
Implements key improvements:
- Removes unnecessary repository wrappers
- Introduces polymorphic DataSeeder for mock data loading
- Renames IndexedDBService to IndexedDBContext
- Fixes database injection timing with lazy access pattern
- Simplifies EventManager to use services directly
Reduces code complexity and improves separation of concerns
|
2025-11-20 21:45:09 +01:00 |
|