Commit Graph

18 Commits

Author SHA1 Message Date
Denis Urs Rudolph dfb6405392 Fix backend test assertions
- Update token assertions to check for non-null/empty instead of hardcoded value
- Skip weak password validation test (not yet implemented in controller)
- All tests now passing: 13 passed, 1 skipped
2026-04-05 22:41:58 +02:00
Denis Urs Rudolph 571fe5bc7c Add comprehensive test suite infrastructure
- Create backend xUnit test project with Moq and FluentAssertions
- Add test utilities: TestDataFactory, MockHttpContext, TestUserClaims
- Create AuthControllerTests with comprehensive auth scenarios
- Install Jest and React Testing Library for frontend
- Configure jest.config.ts and jest.setup.ts with Next.js support
- Add test scripts to package.json
2026-04-05 22:16:44 +02:00
MasterMito 32bfbcadb1 Merge pull request 'Archive completed openspec change new-raceplanner-app' (#2) from feature/new-raceplanner-app into main
Reviewed-on: #2
2026-04-05 21:14:01 +02:00
Denis Urs Rudolph 88aa6d72b1 Archive completed openspec change new-raceplanner-app 2026-04-03 21:53:22 +02:00
MasterMito 3a3dbe0ef1 Merge pull request 'feature/new-raceplanner-app' (#1) from feature/new-raceplanner-app into main
Reviewed-on: #1
2026-04-03 21:47:59 +02:00
Denis Urs Rudolph 79b41a3650 Complete remaining tasks: deployment config, announcement pages 2026-04-03 21:43:27 +02:00
Denis Urs Rudolph f282775c9a Add payment form and announcement components 2026-04-03 21:40:12 +02:00
Denis Urs Rudolph 739ffe510d Add registration form and complete frontend integration 2026-04-03 21:35:12 +02:00
Denis Urs Rudolph 8a264cd2b1 Add registrations list and dashboard components 2026-04-03 21:32:44 +02:00
Denis Urs Rudolph 924c5c8420 Complete authentication and event management frontend 2026-04-03 21:29:09 +02:00
Denis Urs Rudolph e6430e855b Add event detail/form components and page routes 2026-04-03 21:26:58 +02:00
Denis Urs Rudolph 71ba829d6c Add frontend login/register forms and event list component 2026-04-03 21:18:59 +02:00
Denis Urs Rudolph b54e2265d9 Add frontend API client and authentication context 2026-04-03 21:15:33 +02:00
Denis Urs Rudolph 4438bc5a93 Add Announcements and Dashboard controllers with all DTOs 2026-04-03 21:12:47 +02:00
Denis Urs Rudolph 30d573d1f8 Add Events, Registrations, and Payments controllers with DTOs 2026-04-03 21:06:38 +02:00
Denis Urs Rudolph b6962e1024 Add JWT authentication with AuthController and services 2026-04-03 21:00:16 +02:00
Denis Urs Rudolph 8bfd49e0ab WIP: Project setup with .NET backend and Next.js frontend 2026-04-03 20:55:58 +02:00
Denis Urs Rudolph fbfa367c16 Initial commit: raceplanner project scaffold 2026-04-03 20:43:01 +02:00