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.
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.