Yimaru-BackEnd/internal/services/notfication
KidusAlemayehu 6cc37fbf9f feat: Implement sports evaluation logic for NFL, Rugby, and Baseball
- Added evaluation functions for NFL money line, spread, and total points.
- Implemented evaluation functions for Rugby money line, spread, and total points.
- Created evaluation functions for Baseball money line, spread, total runs, first inning, and first 5 innings.
- Developed unit tests for all sports markets to ensure correct evaluation outcomes.
- Introduced ResultCheckerService to handle game result checking for NFL, Rugby, and Baseball.
- Updated routes to include new functionality for virtual game handling.
2025-05-18 19:18:24 +03:00
..
port.go refactor notification service to use Gorilla WebSocket; implement WebSocket authentication middleware and notification hub 2025-05-13 16:44:31 +03:00
service.go feat: Implement sports evaluation logic for NFL, Rugby, and Baseball 2025-05-18 19:18:24 +03:00