-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spike implementation of dwylbot #6
Comments
some links to read:
|
So:
So Phoenix Server + Heroku + Github webhooks for the first version. Once the main parts of the application are done (server, tests, doc, heroku app), the idea is to have a process or architecture that allow us to create new rules quickly and easily. I will focus on this once I finish #3 as it will give me a better idea on how to abstract rules. @iteles @nelsonic @markwilliamfirth any comments or more details you would like to see (I will add more issue when I start on #3 that will explain the implementation)? |
@SimonLab this is an excellent start! (well done for spiking the web hook so quickly!) 🐎 |
@SimonLab I'd love to have an issue in learn-phoenix about using APIs and the need for tentacat ❤️ |
@SimonLab do we have a JSON file with a sample GitHub Webhook request payload? |
I've create a few json files in the project using the issue test |
@SimonLab yeah, sorry I saw the https://github.com/dwyl/dwylbot/tree/master/github_webhooks folder shortly after asking the question and forgot to update this issue to inform you that I knew. |
@SimonLab what's the next steps with this issue? The implementation documentation? |
@SimonLab can this be closed? |
We are now using Github App which give us webhooks and a way to install dwylbot via the Github marketplace |
Implement a prototype of the dwylbot to get a better idea of the technical challenges
Create implementation doc for creating the first dwylbot version
The text was updated successfully, but these errors were encountered: