You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this to be a MVP, I think there are a few things remaining that need to be addressed:
set up a system to receive the webhook notifications (would envision this being a Heroku app in the interests of keeping things cheap / free)
setup web hook - handling issues based on a few tags for the repos we follow (see below). This will receive the web hooks and handle appropriately. Repo admins will setup webhooks to notify our system. Would suggest that the code for this live in this repo as well (and be written in Node.js / Express) so that we can have everything in one place.
reworking our Ember app's data storage to use EmberFire / Firebase because we'll need a way to write some basic data (Move data storage to Firebase #5)
build a way to "claim" an item (by one or more people). Might need to have this "unlock" after one week to indicate that it still needs help ([FEATURE] Claim an issue #10)
For this to be a MVP, I think there are a few things remaining that need to be addressed:
The text was updated successfully, but these errors were encountered: