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

Avoid having to rebuild the graph each time the data is manipulated #105

Closed F0urchette closed 3 years ago

F0urchette commented 3 years ago

Description

As a user I want to manipulate assignment's data (milestone, sessions, ...) without the graph being reset So that I can have a smooth user experience But it must be determined if it's possible to refresh the graph without resetting it

Hints

We will first have to see if it is possible, with the ng2-charts library, the one we are using, to reach this goal, if not, we will have to see if switching to the original library, Chart.js, will solve this problem