dashboard/single.html currently includes all challenges and write-ups as hidden rows in tables. This makes the page very heavy to load.
As the dashboard is accessible only to logged user, it requires JavaScript. We should replace the static hidden rows with some JavaScript code to build the tables from /index.json endpoint.
dashboard/single.htmlcurrently includes all challenges and write-ups as hidden rows in tables. This makes the page very heavy to load.As the dashboard is accessible only to logged user, it requires JavaScript. We should replace the static hidden rows with some JavaScript code to build the tables from
/index.jsonendpoint.