8 Commits (f9feb946ae9e07122f520711373ba7bd33405cd8)

Author SHA1 Message Date
oabrivard 1b438b0ad1 Finished step '4.2 Shared UI Components' 1 month ago
oabrivard 34d597b511 Updated to documentation to align with most recent technical choices (SolidJS, Tauri) 1 month ago
oabrivard 6e504050f0 Defined project's directory structure 2 months ago
oabrivard c069f6efe1 Reorganized project documentation and guidelines 2 months ago
oabrivard c95eb0280d feat: implement complete microservices architecture with domain logic
- Implemented 6 microservices following Domain Driven Design principles
  - Game Session Service: session management, scoring, state transitions
  - Question Bank Service: CRUD operations, fuzzy answer matching
  - User Service: player profiles, statistics, role management
  - Leaderboard Service: rankings, competitions, tie handling
  - Admin Service: role-based access control, audit logging
  - Gateway Service: authentication, rate limiting, proxying

- Created shared packages for common types, errors, events, valueobjects
- Added comprehensive business rules (30-min sessions, 3 attempts per question)
- Implemented clean architecture with aggregates, value objects, domain services
- Built sophisticated scoring system (2 points no hint, 1 with hint)
- Added fuzzy answer matching with 85% similarity threshold using Levenshtein distance
- Created event-driven patterns for inter-service communication
- Implemented circuit breaker patterns and health checking in gateway
- Added comprehensive validation and error handling across all services

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

Co-Authored-By: Claude <noreply@anthropic.com>
6 months ago
oabrivard f919bfb58f Updated documentaion 6 months ago
oabrivard b4f03f9a77 Updated spec documents 6 months ago
oabrivard 201d7d7afa restart from scracth by first tidying the documentation 7 months ago