Build System
- **deps**: Bump django from 2.2.24 to 2.2.25
([1269](https://github.com/ocadotechnology/rapid-router/pull/1269),
[`8eaa374`](https://github.com/ocadotechnology/rapid-router/commit/8eaa374c83bcbbb06ecdaff8c384bee17ecff5a7))
* build(deps): bump django from 2.2.24 to 2.2.25
Bumps [django](https://github.com/django/django) from 2.2.24 to 2.2.25. - [Release
notes](https://github.com/django/django/releases) -
[Commits](https://github.com/django/django/compare/2.2.24...2.2.25)
--- updated-dependencies: - dependency-name: django dependency-type: direct:production ...
Signed-off-by: dependabot[bot] <supportgithub.com>
* Merge branch 'master' into dependabot/pip/django-2.2.25
* Update lockfile properly
Features
- Scoreboard top, bottom, teacher, student
([1272](https://github.com/ocadotechnology/rapid-router/pull/1272),
[`3bda166`](https://github.com/ocadotechnology/rapid-router/commit/3bda16605ae34d90c9bbd71fcee95fa9150806d8))
* Scoreboard update pt. 1
* Colours and sorting
* checkbox size
* More style fixes
* Remove progress bar files, start work on CSV export (not working)
* feat: add top scoreboard
* change top form id
* Get CSV to work
* Merge branch 'scoreboard_bottom' of https://github.com/ocadotechnology/rapid-router into
scoreboard_bottom
* Remove importance of things and sort out headers
* Remove more importance and fix columns
* Replace average with % complete
* Center star
* Fix some score calculation issues
* layout changes + header fix
* Improve filter styles and functionality
* add improvement table
* Merge branch 'scoreboard_bottom'
* fix csv and search for improvement table
* update text, filter widths
* dropdown max-width and stick buttons to bottom
* student and indep student dashboard
* fix clear not unchecking select-all
* fix RR banner overflow
* update tests and review fixes
* fix subnav styles and other minor fixes
* remove unused variable
* Select default checkboxes if needed on load
* Show no data on clear
* Fix level names
* Update lockfile
* Add and remove comments
* add test for csv
* reformatting and fix more test