Commit Graph

4 Commits

Author SHA1 Message Date
534ec5f36f Add authentication and identity support using ASP.NET Core Identity 2026-01-23 21:28:16 +01:00
aacd8b7d96 Change AgeGroup ID type from int to string and add migration
Refactored AgeGroupController, AgeGroupService, and IAgeGroupService to use string IDs instead of int. Added initial Entity Framework migration and database files to support AltersGruppe with string primary key.
2025-12-07 20:32:49 +01:00
9128b199e9 Switch AltersGruppe ID to ULID and add config
Changed AltersGruppe model ID from int to string and now generates ULID automatically. Added AltersGruppeConfiguration for EF Core mapping. Updated ApplicationDbContext to apply configurations from assembly. Removed obsolete migration files and database artifacts. Added Ulid package dependency.
2025-12-07 19:48:47 +01:00
3125d657dd Simple Database + Endpoints 2025-12-07 12:07:10 +01:00