Commit Graph

14 Commits

Author SHA1 Message Date
Donat Magda 5eb4d3eef7 Fix: Use .js extension for entities in production, fix nginx proxy path 2025-11-26 00:05:06 +01:00
magdo 6b3446e9b6 final POC 2025-11-24 23:28:57 +01:00
magdo 43c53076c5 error corrected 2025-11-07 20:00:24 +01:00
magdo 5a4be5b7d3 game workflow corrected 2025-11-05 20:20:22 +01:00
magdo 6065ab2800 game workflow corrected 2025-10-30 18:43:16 +01:00
magdo 99ed8fea54 "activate user admin" 2025-10-27 20:35:07 +01:00
magdo 04954cec4a fixes 2025-10-27 20:22:39 +01:00
magdo 38a2aeb58a creator, creation date on deck 2025-10-22 22:03:50 +02:00
Donat f27a1df90f Merge remote-tracking branch 'origin/main' 2025-09-22 11:26:43 +02:00
Donat bf9ae5f01f final changes 2025-09-22 11:14:32 +02:00
Donat cf157643d7 Merge remote-tracking branch 'origin/main' into backend_complete 2025-09-21 03:49:22 +02:00
Donat 86211923db Backend Complete: Interface Refactoring & Service Container Enhancements
Repository Interface Optimization:
- Created IBaseRepository.ts and IPaginatedRepository.ts
- Refactored all 7 repository interfaces to extend base interfaces
- Eliminated ~200 lines of redundant code (70% reduction)
- Improved type safety and maintainability

 Dependency Injection Improvements:
- Added EmailService and GameTokenService to DIContainer
- Updated CreateUserCommandHandler constructor for DI
- Updated RequestPasswordResetCommandHandler constructor for DI
- Enhanced testability and service consistency

 Environment Configuration:
- Created comprehensive .env.example with 40+ variables
- Organized into 12 logical sections (Database, Security, Email, etc.)
- Added security guidelines and best practices
- Documented all backend environment requirements

 Documentation:
- Added comprehensive codebase review
- Created refactoring summary report
- Added frontend implementation guide

Impact: Improved code quality, reduced maintenance overhead, enhanced developer experience
2025-09-21 03:27:57 +02:00
Donat 3af8de2797 fel kesz game backend 2025-09-15 19:00:35 +02:00
Donat 19cfa031d0 [#94] Backend
https://project.mdnd-it.cc/work_packages/94
2025-08-23 04:25:28 +02:00