Yimaru-BackEnd/internal/web_server
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
..
handlers add notification retrieval endpoint; refactor middleware for company role validation 2025-05-13 22:43:51 +03:00
jwt integration fixes 2025-04-26 14:48:45 +03:00
response events pagination + ticket and bet validation 2025-04-22 03:20:52 +03:00
validator impl auth http layer 2025-03-29 06:25:19 +03:00
ws refactor notification service to use Gorilla WebSocket; implement WebSocket authentication middleware and notification hub 2025-05-13 16:44:31 +03:00
app.go refactor notification service to use Gorilla WebSocket; implement WebSocket authentication middleware and notification hub 2025-05-13 16:44:31 +03:00
cron.go ice hockey eval 2025-05-07 12:57:50 +03:00
middleware.go add notification retrieval endpoint; refactor middleware for company role validation 2025-05-13 22:43:51 +03:00
routes.go feat: Implement sports evaluation logic for NFL, Rugby, and Baseball 2025-05-18 19:18:24 +03:00