Skip to content

Benchmarking page

Tim Horst requested to merge benchmarking-page into development

Add a page where benchmarking data can be viewed.

Changes: A button was added on the submission page with a link to the benchmarking page for that submission. benchmarking-button This redirects to the benchmarking page, where users can select the metric (from the metrics included in the assignment) and the entity level for benchmarking benchmarking_empty

The data is fetched, and rendered on screen. Clicking on a bar displays the entities with that metric value. benchmarking_info

Merge request reports