TheStanfordDaily / archives-web

Helper functions and web app for METS/ALTO archive viewing.
https://archives.stanforddaily.com
6 stars 2 forks source link

corrections #60

Closed ufxela closed 4 years ago

ufxela commented 4 years ago

create a form on frontend for users to create and submit corrections to articles. Then, someone at TSD needs to approve the changes, and run the pipeline (to be implemented, see: #55) to propagate the changes.

epicfaace commented 4 years ago

Sounds good -- so maybe submitting the form would automatically make a pull request on our repo?

epicfaace commented 4 years ago

We could use this which is super cool -- https://dev.to/teamhive/triggering-github-actions-using-repository-dispatches-39d1

basically, submitting the form would call an HTTP endpoint, which triggers the github action that makes the PR