git4school / git4school-visu

Git4School, a dashboard for supporting teacher interventions in Software Engineering courses
https://git4school.firebaseapp.com/
Apache License 2.0
2 stars 3 forks source link

Keep a group filter active during all the session #120

Closed F0urchette closed 1 year ago

F0urchette commented 2 years ago

Description

When switching from one graph to another, the visualization is not filtered by default. When you filter on a group, it is usually because you want to continue to view the different graphs for this same group. Having to filter again each time the graph is changed is tedious. That's why it is necessary to keep the filter active until the sessions ends.

Hints

Save the filtered group in the runtime data (in the data service)