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

Adjust the maximum date of the sliders #119

Closed F0urchette closed 3 months ago

F0urchette commented 2 years ago

Description

Currently, the maximum date of the sliders is the current date. However, this is a problem if you look at an assignment after several days of inactivity on the repositories.

Hints

The max date of the sliders should be the date of the last commit among all repositories. For performance concerns, I think this max date should be computed at each data refresh and should be a variable in the data service.