jdabtieu / CTFOJ

Lightweight CTF judge platform for capture-the-flag (CTF) clubs
GNU Affero General Public License v3.0
10 stars 5 forks source link

[FEATURE] Problem weight #248

Closed jdabtieu closed 2 months ago

jdabtieu commented 8 months ago

Is your feature request related to a problem? Please describe.

Currently contest problems show up in order of problem ID. But we want general1 (sanitycheck) to show up before forensics1. We can solve this by making the problems have weight and sorting by it so that we can set general1 to be at the top