Closed zysim closed 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 record
s, after our request objects, but still no luck:
They should have details of all properties as well as example values.
I get a weird 404 when try creating a judgement with a valid run and mod user.
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.
Closes: #44
Changes:
*_approver_id
fields to*_mod_id
in the DB, along withApproverId
andApprover
toModId
andMod
in the backendTimestamp
toCreatedAt
(+ migration too)