-
Notifications
You must be signed in to change notification settings - Fork 5
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
Database Design #16
Comments
last end time? |
As far as I am concerned, when a contest is running, all the problems should not be found in other place, that is why some problems should be hidden. For example, the teacher wants to start a review contest, all the problems can be found in problem list. Students may find their codes in the OJ system or submit problems outside the contest, which may reduce the number of unsucceesful submission. |
Another issue: |
Add A Standing Table: |
hmm... |
Since applying cache functionalities is not dependent on the implementation details of our view functions, I guess that we should first finish all the modules of our oj before employing caches. |
A solution for database design.
add an attribute "last_end_time" stands for the lattest end time of contests which includes this problem, so each time we can find the problems which is visible.
The text was updated successfully, but these errors were encountered: