oss-slu / DigitalBonesBox

This project is a Web App project aims to convert an existing PowerPoint-based educational tool into an interactive, mobile-friendly web application.
MIT License
0 stars 0 forks source link

Button to sync editor data into production #18

Open kungfuchicken opened 1 day ago

kungfuchicken commented 1 day ago

As the creator of the foundational data I need to sync my local files to the public data store So that students can see the bones, bonesets and annotations.

Developer Notes

The goal here is to create a quick prototype of the button in our editor editor tool that publishes our edited data. The button can be text for now. We'll consider other options later. It needs to trigger some sort of publish action. For now we can have that publish action be to do a git commit -m 'Automated publish at {date-timestamp}'; git push to a specific "publish" branch on our github repo.

see https://htmx.org/examples/web-components/

consider using a

Acceptance Criteria