Bug Fixes
- Students not seeing games ([990](https://github.com/ocadotechnology/codeforlife-portal/pull/990),
[`320a5af`](https://github.com/ocadotechnology/codeforlife-portal/commit/320a5af41fb05d233294a2394542486010a55ad4))
* added parameter name just in case
* syntax fix
* made necessary changes + some refactoring
* code climate fixes
* codecov fixes?
* Merge branch 'master' into fix_students_not_seeing_games
* code climate fix
* Merge remote-tracking branch 'origin/fix_students_not_seeing_games' into
fix_students_not_seeing_games
* coverage fix
* codecov fix
* added a couple of tests + minor changes
* fixed import
* fixed more imports
* typo
* codecov patch disabled
* added tests, small refactoring
* test fix
* test fix + added preview user setting to Student model
* added patch coverage back + test fix
* removed docstring
* replaced "return" with "assert" on tests
* fixed and added tests
* set target codecov patch to 80%
* change in codecov threshold
* removed patch change
* added update for moving students
* fixed test for preview dismiss
* minor test fixes
* Fixed dismiss student test
* Fixed dismiss student test even more