ramp4-pcar4 / story-ramp

Storytelling with interactive maps using RAMP
MIT License
4 stars 14 forks source link

generate saved product ZIP; save images and charts to ZIP #305

Closed RyanCoulsonCA closed 1 year ago

RyanCoulsonCA commented 1 year ago

This PR adds functionality to the save button. Clicking the button generates a ZIP file with the following Storylines project structure:

This is what is currently saved:

At the moment, clicking the button downloads the ZIP file to your browser for testing purposes. The code is there to upload the ZIP file to a server via Axios. The server code is already written (see demo here), we just need a server to upload it to and then we can update that endpoint.


This change is Reviewable