Yimaru-BackEnd/internal/services/odds
Samuel Tariku a9025ca844 feat: Add number_of_outcomes to odds market queries and models
- Updated SQL queries to include number_of_outcomes in GetAllOdds, GetOddByID, GetOddsByEventID, and GetOddsByMarketID.
- Modified data structures in domain and repository layers to accommodate number_of_outcomes.
- Enhanced event models to track total odd outcomes.
- Introduced new SQL scripts for development data seeding.
2025-10-14 04:39:27 +03:00
..
custom_odds.go feat: refactoring entire system to be multi-tenant 2025-08-22 12:54:48 +03:00
disabled_odd.go feat: refactoring entire system to be multi-tenant 2025-08-22 12:54:48 +03:00
odds_history.go feat: refactoring entire system to be multi-tenant 2025-08-22 12:54:48 +03:00
port.go feat: Enhance league, odds, events and bets functionality 2025-10-05 23:45:31 +03:00
service.go feat: Add number_of_outcomes to odds market queries and models 2025-10-14 04:39:27 +03:00