pc2ccs / pc2v9

Version 9 of the PC^2 Programming Contest Control System
Eclipse Public License 2.0
46 stars 23 forks source link

Implement CLICS API awards end point #562

Open lane55 opened 1 year ago

lane55 commented 1 year ago

Is your feature request related to a problem?

Yes, other tools use the awards/ endpoint.

Feature Description:

Add awards endpoint to API

Have you considered other ways to accomplish the same thing?

Do you have any specific suggestions for how your feature would be **implemented in PC^2?**

Additional context:

lane55 commented 1 year ago

Add high priority so issue can be considered to be finished soon, rather than someday.

lane55 commented 1 year ago

Likely depends on #383 for the source of the awards json/classes.

lane55 commented 1 year ago

One bug FTS team number incorrect. The citations may not match because of a misunderstanding of what data is in ciation. first-to-solve-catering NOT_SAME citation 'First to solve problem catering' vs 'First to solve problem A' first-to-solve-catering NOT_SAME team number '156' vs '35' first-to-solve-catering2 NOT_SAME citation 'First to solve problem catering2' vs 'First to solve problem F'

lane55 commented 1 year ago

group winner also incorrect group-winner-17124 NOT_SAME citation 'Winner(s) of group UNSW Sydney' vs 'Winner(s) of group South Pacific' group-winner-17124 NOT_SAME team number '131' vs '120'

lane55 commented 1 year ago

The comparison of the awards is a tool/class from #592

clevengr commented 11 months ago

This seems to be a duplicate of Issue #787, although that issue has documentation regarding the issue that's not present in this issue -- so it probably makes sense to retain both issues until a PR is created; at that point the PR should close BOTH #562 and #787.