-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ids to problems #154
Comments
Does ids mean unique numbers (0, 1, ....) regardless of contests? |
Mongo DB gives ids to any records, I think. Can we use them? |
Please make clear how to specify ids for problems. |
Hmm. I have an idea. e.g. Problem1, 2 and 3 has 240, 250 and 260 ids, respectively. An admin changes the id of the problem 3 to 245. Then, users see the A, C and B ids of problem 1, 2 and 3 instead of 240, 250 and 245, respectively. |
lol, that's like line numbers in BASIC :) That is better than my first suggestion, but I have another idea: let the admin order problems with a drag-and-drop UI (just like http://jqueryui.com/sortable/), and show alphabets in this order. |
Okay, okay, we will implement the best way to order problems. |
required for #153. #96 is also solved by this, I think.
The text was updated successfully, but these errors were encountered: