Yimaru-BackEnd/gen/db
Samuel Tariku e49ff366d5 feat: Implement wallet notification system and refactor related services
- Added new notification handling in the wallet service to notify admins when wallet balances are low or insufficient.
- Created a new file for wallet notifications and moved relevant functions from the wallet service to this new file.
- Updated the wallet service to publish wallet events including wallet type.
- Refactored the client code to improve readability and maintainability.
- Enhanced the bet handler to support pagination and status filtering for bets.
- Updated routes and handlers for user search functionality to improve clarity and organization.
- Modified cron job scheduling to comment out unused jobs for clarity.
- Updated the WebSocket broadcast to include wallet type in notifications.
- Adjusted the makefile to include Kafka in the docker-compose setup for local development.
2025-09-25 21:26:24 +03:00
..
auth.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
bet_stat.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
bet.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
bonus.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
branch.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
cashier.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
company.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
copyfrom.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
db.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
direct_deposit.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
disabled_odds.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
event_history.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
events_stat.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
events.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
flags.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
institutions.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
issue_reporting.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
leagues.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
location.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
models.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
monitor.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
notification.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
odd_history.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
odds.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
otp.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
raffle.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
referal.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
report.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
result_log.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
result.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
settings.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
shop_transactions.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
ticket.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
transfer.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
user.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
virtual_games.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00
wallet.sql.go feat: Implement wallet notification system and refactor related services 2025-09-25 21:26:24 +03:00