leaderboardsgg / leaderboard-backend

The backend for Leaderboards.gg. Also holds public-facing APIs.
https://info.leaderboards.gg
GNU General Public License v3.0
12 stars 16 forks source link

Create JudgementsController #82

Closed zysim closed 2 years ago

zysim commented 2 years ago

Closes: #44

Changes:

zysim commented 2 years ago

Getting empty values for Judgement-related objects in the Open API docs and I can't figure out why. I've even tried defining them as public records, after our request objects, but still no luck: image image

They should have details of all properties as well as example values.

zysim commented 2 years ago

I get a weird 404 when try creating a judgement with a valid run and mod user.

RageCage64 commented 2 years ago

I get a weird 404 when try creating a judgement with a valid run and mod user.

As discussed offline, I was able to find the fix for this and we decided I should just commit the fix since I got it working.