What would you like to be able to do?
Periodically refresh trays in the background, maybe like once per day.
What problem would it solve?
This would mean when users switched to the Tracking page all trays would likely already be showing the most up to date set of projects.
This would hopefully make it easier for users less familiar with setting up Nevergreen to correctly update the Monitor view with the projects they want displayed.
Implementations details
We would still want to show the new label for any projects that were new since the last time the user refreshed, not since the last automatic refresh. So this complicates things slightly as we'd have to know if it was an automatic refresh so we didn't update the list of seen projects.
Feature Request
What would you like to be able to do? Periodically refresh trays in the background, maybe like once per day.
What problem would it solve? This would mean when users switched to the Tracking page all trays would likely already be showing the most up to date set of projects.
This would hopefully make it easier for users less familiar with setting up Nevergreen to correctly update the Monitor view with the projects they want displayed.
Implementations details We would still want to show the
new
label for any projects that were new since the last time the user refreshed, not since the last automatic refresh. So this complicates things slightly as we'd have to know if it was an automatic refresh so we didn't update the list ofseen
projects.