bug fixes introduced by other merges for other features
-Rendering of non existent exams from examboard api call
-Delete and archive course/class buttons disabled and double clicked with button under overlay
-Wrong button text assignments and api call assignments for delete and archive courses/classes
Added delete exam function to the exam board page, also included filters to not retrieve exams from archived courses on dashboard and exam board.
Please run "npm install" in frontend, backend and app, also run "docker compose build"
Closes #282
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
How Has This Been Tested?
Please describe how you tested this PR (both manually and with tests)
Provide instructions so we can reproduce.
-[x] manually tracked through existing features and features that were Brocken by bugs
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code where needed
[ ] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
[x] Any UI changes have been checked to work on desktop
Description
Added delete exam function to the exam board page, also included filters to not retrieve exams from archived courses on dashboard and exam board.
Please run "npm install" in frontend, backend and app, also run "docker compose build" Closes #282
Type of change
How Has This Been Tested?
Please describe how you tested this PR (both manually and with tests) Provide instructions so we can reproduce.
-[x] manually tracked through existing features and features that were Brocken by bugs
Checklist: