Closed WilliamHester closed 8 years ago
Cool stuff. I haven't gotten a chance to run it (my terminal is on the fritz, I'm not sure why) but I'll try it soon so we can get this through.
_Needs to be Addressed_
_Additional Remarks_
Looks like I addressed everything. As for the last 2 additional remarks,
Ok, I think I see: we're explicitly defining the order using labels rather than implicitly ordering them by the problem list. Correct?
Correct.
In that case, could/should we make labels an optional parameter, and the API can set some arbitrary default if the user fails to provide it? It may not be worth the trouble.
I think that, for now, they should be required. If we decide in the future to allow a client not to specify them, then we can handle that then.
Works for me.
So setting the time of a competition uses a 24hr clock, right? Can you put a comment or something there so that the user can see that? Or maybe an additional dropdown that specifies AM/PM.
This does about half of what's required for the pull requests, as it does not allow the creation of teams or registering for a competition as a user. That still needs to be fixed; I'm not sure what the best route is, but I have some ideas for it (hello, table joins).