RolnickLab / ami-platform

GNU General Public License v3.0
8 stars 2 forks source link

Some issues with saving deployments #400

Open annavik opened 1 month ago

annavik commented 1 month ago

Comments from user testing:

annavik commented 1 month ago

Some thoughts:

mihow commented 1 month ago

@annavik Thanks for defining this one. the cached values are updated whenever the Deployment is saved. So if the user can click Save then they will be updated. The problem has been with the image uploader. I don't want to update the cache on every image upload if the user uploads multiple. It would be nice to auto-save after a batch is uploaded. But also the user can just click Save to update the cache before closing the modal. Can we prevent the modal from being closed or show a warning if anything has been changed? Including manually uploaded captures?