Unblock future development
For me no development can be done until the following things are not done:
- Migrate from Bootstrap to Material design in vuetify. Part of #39 (closed).
- Install and configure decent logging capabilities. See here.
- Refactor CI/CD scripts. See #48 (closed).
- Remove all legacy code without breaking things. See #46 (closed).
- Prepare pre-commit hooks in order to enforce coding conventions. See here.
- Complete #43 (closed) as discussed.
When all of this is done, we migrate everything to a new clean master. Then and only then development of other features can begin. (The new student page should serve as an example within master, while further development still happens in that branch.)
- Merge everything into master.