Commit Graph

116 Commits

Author SHA1 Message Date
beo3000 d74cdb678d mod AuthTest 2025-12-24 15:15:33 +01:00
beo3000 1186764cba Complete phase D2: Person Pages
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 15:07:02 +01:00
beo3000 2d6a49309f Add Person Pages (D2)
- Persons.razor: MudTable with search/filter, CRUD dialogs
- PersonEditDialog.razor: Create/Edit form for persons

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 15:06:37 +01:00
beo3000 5441bbed3f mod claude permissions 2025-12-24 15:00:51 +01:00
beo3000 86029648b6 Complete phase D1: PersonState Fluxor
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 15:00:08 +01:00
beo3000 d8ca8ed0a9 Add PersonState Fluxor state management (Phase D1)
- PersonState.cs: State record with Persons, SelectedPerson, IsLoading, Error
- PersonActions.cs: Load/Create/Update/Delete actions with success/failure variants
- PersonReducers.cs: Pure reducers for all person actions
- PersonEffects.cs: Async effects calling IPersonService

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 14:59:44 +01:00
beo3000 660d143333 chg claude permissions 2025-12-24 14:50:23 +01:00
beo3000 d9c9211758 Complete phase C2: Club Pages
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 14:47:32 +01:00
beo3000 93b55a11e6 Add Club admin page with CRUD (Phase C2)
- Clubs.razor: MudTable with search, create/edit/delete
- ClubEditDialog.razor: Form for club name + expense calculation
- ConfirmDialog.razor: Reusable confirmation dialog

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 14:46:37 +01:00
beo3000 3642ebb9bf fix command 2025-12-24 14:25:59 +01:00
beo3000 305ecbfb8d fix implement command 2025-12-24 14:19:10 +01:00
beo3000 44aa4eea15 mod command permission 2025-12-24 14:16:56 +01:00
beo3000 716ae6a604 added test-framework 2025-12-24 14:11:31 +01:00
beo3000 8edb769196 update Claude MDs 2025-12-24 10:50:01 +01:00
beo3000 33fc3323e2 add fluxor club states 2025-12-23 18:26:01 +01:00
beo3000 0bc0de2215 edit users 2025-12-23 17:57:16 +01:00
beo3000 d26a2cb1c5 add profile page 2025-12-23 17:28:14 +01:00
beo3000 ad3ac3185c add password reset 2025-12-23 17:09:24 +01:00
beo3000 0131a10b09 upd prompts 2025-12-23 16:58:56 +01:00
beo3000 fa7f1300d8 add registration
planning extend registration and club memberships
2025-12-23 16:58:32 +01:00
beo3000 b4818efc1a added club relations to datamodel
mod UserService
2025-12-23 15:05:22 +01:00
beo3000 f958355275 mod planning 2025-12-23 12:39:27 +01:00
beo3000 5c6860a4ad mod DI Containers 2025-12-23 11:20:18 +01:00
beo3000 be0fa19371 add Mapping-Profiles 2025-12-23 11:13:48 +01:00
beo3000 76c5d302ac added app Services 2025-12-23 11:04:16 +01:00
beo3000 f05ee0a662 add Application.Interfaces 2025-12-22 22:00:49 +01:00
beo3000 57146a382a add comments 2025-12-22 21:42:25 +01:00
beo3000 7cab8642d5 add DTOs 2025-12-22 21:36:28 +01:00
beo3000 9fa6958933 Repository Implementation 2025-12-22 21:30:20 +01:00
beo3000 bb1d08f32c mod Repository Interfaces 2025-12-22 21:21:46 +01:00
beo3000 b9dd2b2af0 added claude planning 2025-12-22 21:14:54 +01:00
beo3000 9491ff26d8 mod layout 2025-12-21 23:01:56 +01:00
beo3000 d8c41ad712 add fluxor AuthState 2025-12-21 22:14:00 +01:00
beo3000 8a92555ce9 add authorizazion und authentication 2025-12-21 19:31:54 +01:00
beo3000 b8e18a52b3 seed super-admin 2025-12-21 14:58:46 +01:00
beo3000 db0a4b7c00 dev authorization 2025-12-21 14:42:26 +01:00
beo3000 0873965457 mod doc 2025-12-21 13:20:32 +01:00
beo3000 32757a7668 fix db model and create initial db 2025-12-21 12:25:47 +01:00
beo3000 3024ed85d2 fix db model 2025-12-21 12:03:46 +01:00
beo3000 d653225c5f fix datamodel 2025-12-21 11:42:59 +01:00
beo3000 6c43c85cb4 mod project structure
ef migrations
2025-12-21 09:59:40 +01:00
beo3000 e369aaed83 dev new datamodel 2025-12-20 22:08:22 +01:00
beo3000 8669a0124c fix data model 2025-12-20 21:31:32 +01:00
beo3000 e2c594f68d dev new data model 2025-12-20 21:27:47 +01:00
beo3000 ab0c5d053a refactoring project split 2025-12-16 21:15:20 +01:00
beo3000 eb86fd1cfb project libs splitted 2025-12-16 20:23:44 +01:00
beo3000 64cda66bfb add new Domain Lib 2025-12-15 15:41:02 +01:00
beo3000 c8bf6c5b8b end game message
mod shitgame logic
2025-12-13 15:53:49 +01:00
beo3000 9517559fe5 game-logic shitgame 2025-12-08 14:01:27 +01:00
beo3000 9db87c633f add claude & Unit Tests 2025-12-08 10:53:55 +01:00