-
Notifications
You must be signed in to change notification settings - Fork 318
Description
The current edit functionality is limited the user to have a github account and that the user has contributor level access in order to post new or updating a .md file within the git repo. This limits the ability of the viewer of the data to participate or directly engage/contribute to the sites content.
However if the read only view still non-authed users to Suggest a New Dataset
or Suggest Update to Dataset
option/button could re-use a similar process authed users but instead of posting to the repo as a new commit it would redirect the form content to a Github Issue or Pull Request perhaps using a standardized template to ensure rationale/context is passed along with the content. This approach however would still require a github account. Another approach is that Github GIST allows for the anonymous GIST(s) this approach would allow for more open engagement but would have to offer/automate a separate notification (email/sms/twitter) process (and all associated JS for the processing) and/or offer a simple popup message with instructions for manually notifying the site owner.
This issue is only meant for discussion on general utility and feasibility of potential approaches at this time