KoogleApp/src/Koogle.Application/DTOs
beo3000 e2ee3e6afe added club-terminology
Angepasst:
  - Club.cs - Navigation Property Terminologies
  - AppDbContext.cs - DbSet ClubTerminologies
  - DependencyInjection.cs - Service-Registrierung
  - NavMenu.razor - Menüpunkt "Begriffe" unter Stammdaten

  Migration: AddClubTerminology erstellt und angewandt.

  Nutzung im Code:
  @inject IClubTerminologyService Terms

  // In Component:
  var term = await Terms.GetTermAsync(TermKey.Gutter);  // "Gosse" oder Default "Pudel"

  Neue Keys einfach in TermKey.cs hinzufügen + Default in ClubTerminologyService.Defaults.
2026-01-06 18:41:16 +01:00
..
AuthDto.cs fix switch club and RefreshSign 2026-01-02 22:48:00 +01:00
BookingCategoryDto.cs K6: add cashbook DTOs 2026-01-03 14:39:40 +01:00
CashBookEntryDto.cs K6: add cashbook DTOs 2026-01-03 14:39:40 +01:00
CashBookReportDto.cs K6: add cashbook DTOs 2026-01-03 14:39:40 +01:00
ClubDto.cs K20 fertig. Änderungen: 2026-01-04 09:56:15 +01:00
ClubGifDtos.cs added gif-Feature: 2025-12-30 14:57:06 +01:00
ClubRequestDto.cs handling club memberships and creation of clubs: 2026-01-02 19:15:30 +01:00
ClubTerminologyDto.cs added club-terminology 2026-01-06 18:41:16 +01:00
DashboardDto.cs Add Dashboard page (F1) 2025-12-25 15:26:35 +01:00
DayDto.cs add comments 2025-12-22 21:42:25 +01:00
ExpenseDto.cs add comments 2025-12-22 21:42:25 +01:00
GameDtos.cs Complete phase H9: DB Persistence & Recovery 2025-12-27 09:23:58 +01:00
GameStateSerializationDto.cs fix undo/redo handling 2025-12-27 21:46:20 +01:00
PagedResultDto.cs mod project structure 2025-12-21 09:59:40 +01:00
PersonDto.cs send day protocol by email 2026-01-01 20:04:55 +01:00
PersonExpenseDto.cs add comments 2025-12-22 21:42:25 +01:00
PlayerStatisticsDto.cs add statistics: 2025-12-29 15:27:25 +01:00
TriggerDto.cs added Trigger and Trigger/Expense Releations 2025-12-28 10:18:39 +01:00
UserDto.cs handling club memberships and creation of clubs: 2026-01-02 19:15:30 +01:00