We have created the tool with the least workable. It contains currently design issues like we used simple unordered list to represent the data. So we should use some kind of stylish box, representation of data, etc.
Repo:- https://gerrit.wikimedia.org/r/#/admin/projects/labs/tools/indic-wscontest
Tool:- https://tools.wmflabs.org/indic-wscontest/
Instructions
- For installation:- https://gerrit.wikimedia.org/r/plugins/gitiles/labs/tools/indic-wscontest/+/master/README.md
- For Dummy login:- Edit app.py and modifiy get_current_user() function.
def get_current_user(cached=True): if cached: return "Dummy" ... ... return "Dummy"
- For Code push:- https://www.mediawiki.org/wiki/Gerrit/Tutorial

