webgems
webgems copied to clipboard
Add some way of adding resources w/o PR
@DeflatedPickle Add a way to submit new resources:
- a submit form
- markdown
- other?
Just going to drop this here which I came across coincidentally https://medium.com/@gtalarico/using-airtable-as-a-content-backend-e373cd0d9974
did some brainstorming, occurred to me you can use the Issues mechanism to collect, store, and use entries for the site using the github issues api. Ideally there would be a webform on the site for new submissions, but short-term a template could be made.
Basic workflow is:
- Create new issue
- Staff reviews submission
- Once approved, issue is locked, labelled, and closed
-
fetch()
on website pulls dynamically from closed issues by label
I can probably do something like what @karnthis said. I'll work myself into the current source code and figure it out ;)
@TheDevMinerTV Thanks for your interest, but I guess we won't do it through issues yet. Plans are to get a solid backend.