CrayLabs / SmartDashboard

SmartSim Dashboard Package.
BSD 2-Clause "Simplified" License
6 stars 2 forks source link

Add manifest.json file tracking for automatic updates #46

Closed AlyssaCote closed 7 months ago

AlyssaCote commented 8 months ago

In this PR I added an if check within the update loop that checks to see if there have been changes to the manifest file. If there have been changes, the app reruns.

We wanted to add this because new runs can be added to the manifest as the SmartSim experiment progresses, and the new changes to the manifest file were not being displayed in the dashboard without the user refreshing the page or interacting with widgets.