Skip to content

feat: Reimplement event_banner endpoint

Summary

This PR implements event_banners endpoint. The endpoint was static before but now it uses dynamic response with fetch from database.

Related Issues

closes #216 (closed)

Changes Made

  • Implement
    • Implemented event_banner usecase + service
    • Recreated the wires

Testing

  • Information endpoint works fine

Checklist

  • No extra unnecessary files are included.
  • No extra fmt.Println() or fmt.Printf() statements are present.
  • The game client can accept the response (optional)

Additional Information

  • Seed file is already uploaded

Merge request reports