KoogleApp/KoogleApp
beo3000 edb9a2eee8 fix select participantsMode 2025-11-21 19:30:46 +01:00
..
Components fix select participantsMode 2025-11-21 19:30:46 +01:00
Data dev state handling... 2025-11-21 12:07:10 +01:00
Games fix select participantsMode 2025-11-21 19:30:46 +01:00
Hub singal undoredo state to other clients 2025-11-11 20:26:46 +01:00
Model fix select participantsMode 2025-11-21 19:30:46 +01:00
Properties initial setup 2025-11-05 11:40:00 +01:00
Services dev state handling 2025-11-21 17:53:36 +01:00
Store fix select participantsMode 2025-11-21 19:30:46 +01:00
wwwroot initial setup 2025-11-05 11:40:00 +01:00
DayState.json dev state handling 2025-11-21 17:53:36 +01:00
KoogleApp.csproj created daystate 2025-11-13 21:30:02 +01:00
Program.cs create day with formmodel binding 2025-11-14 14:45:19 +01:00
appdata.json fix select participantsMode 2025-11-21 19:30:46 +01:00
appsettings.Development.json initial setup 2025-11-05 11:40:00 +01:00
appsettings.json initial setup 2025-11-05 11:40:00 +01:00
readme.md load days state and assign available status to player state 2025-11-15 13:13:23 +01:00

readme.md

Entity-Framework:

Create Schema: ''' dotnet ef migrations add 001 --project ./KoogleApp/KoogleApp.csproj
''' --verbose -i '''

Update Database: ''' dotnet ef --startup-project ./KoogleApp/KoogleApp.csproj --project ./KoogleApp/KoogleApp.csproj database update -- Development
''' --verbose -i

TODOs

  • Redo State after start / lode or game stop

Fluxor: