PyJaipur / PyJudge

Simple Programming Contest hosting software
MIT License
17 stars 29 forks source link

Question interface #134

Closed rsvarma95 closed 5 years ago

rsvarma95 commented 5 years ago

Thank You for your contribution to the PyJudge

I have not changed the existing Question Model and have created a new Model UploadedQuestion that will handle the Questions submitted through the web interface

rsvarma95 commented 5 years ago
rsvarma95 commented 5 years ago

I have made the above changes. The test data is in a new file called insert_dummy.py that has to be run from the console after the initial server is up.

rsvarma95 commented 5 years ago

I have added the interface for adding Contests too. I am yet to work on the insert_dummy.py file. Didn't get much time today and wanted to finish the Contest interface also.

theSage21 commented 5 years ago

take your time. I'm also running a little busy these days.

rsvarma95 commented 5 years ago

I have added updated the insert_dummy.py file. Adding screenshots of the Add Question and Add Contest Interface.

Main Page : image

Question Upload Page : image

Question List Page : image

Contest Creation Page : image

rsvarma95 commented 5 years ago

I actually wanted to start development #128 . Should I start working on the original PyJaipur master branch copy or the one which has been accepted here ?