Helioviewer-Project / helioviewer.org

Main web application for solar data visualization
Other
18 stars 15 forks source link

Notify users of screenshot issue & remove broken screenshots from history. #494

Closed dgarciabriseno closed 11 months ago

dgarciabriseno commented 11 months ago

Fixes #493

Due to a recent database issue, screenshot information could not be saved. Because of this, users may have broken screenshot links in their history which result in an api error.

This patch removes these broken links from their screenshot history and provides a notification that their screenshots were affected by the issue.

p.s. Also adds a minimal CI to run js unit tests and confirm the js bundle can be built.