Skip to content

feat: Reimplement information endpoint

Summary

This PR implements information endpoint. It was static but now it uses dynamic response with fetch from database.

Related Issues

closes #215 (closed)

Changes Made

  • Implement
    • Implemented information 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

  • The seed file is done, but not uploaded. It should uploaded to the seed endpoint before merge.
    • Done
Edited by Dosugamea

Merge request reports