shashank-sharma / mythical-learning

Django based web app
MIT License
27 stars 3 forks source link

Create problem page #4

Closed shashank-sharma closed 7 years ago

shashank-sharma commented 7 years ago

Problem page will consist of:

  1. Type of problem you want - Easy, Medium, Hard, Expert ... etc.
  2. In which language you would like to work on ?

After these input the given page must show the result as:

--------------------------- Problem statement
Problem content -------------------------- Answer option

Bonus: Result should be dynamic

shashank-sharma commented 7 years ago

Options are not yet added but normal problem page is added to check the possibility. Progress:

List to do:

shashank-sharma commented 7 years ago

Problem page added. Currently it is working but not for production.

There might be decision we need to take to make it better for example: Extract offline data rather than scrapping on the spot.

For now closing this issue