stopstalk-deployment
stopstalk-deployment copied to clipboard
Solved/Unsolved filters in tag search page.
trafficstars
I am a newbie to open source development. I have basic knowledge of Beautiful Soup. Can I help on the issue?
Hey @aakash2007 , This issue has nothing to do with Beautiful Soup, but it does not require much of pre-requisites. Try setting up StopStalk locally and populate the db locally with submissions of a user. All that is required to do for this issue is to add a dropdown containing -
- Solved
- Unsolved
- Not attempted
The list of solved problems is contained in
current.solved_problems. Trygreping for the variables and you'll understand the overall workflow. The most important part for a newbie to open source development is to read code (which implies searching for variables and understanding the workflow). Feel free to reply back in case of any doubts.