build-canaries / nevergreen

:baby_chick: A build monitor with attitude
https://nevergreen.io
Eclipse Public License 1.0
215 stars 38 forks source link

Automatically refresh trays #276

Closed GentlemanHal closed 2 years ago

GentlemanHal commented 5 years ago

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 of seen projects.

GentlemanHal commented 2 years ago

With the recent changes this is no longer required. Projects are no longer stored so will always get fetched when managing projects.