cuhacking / CUHackingApp

CUHacking App - 2018 version
2 stars 0 forks source link

Help request functionality #22

Closed JackMc closed 7 years ago

JackMc commented 7 years ago

What are you trying to accomplish with this PR?

Integrate Slack with help requests such that when you submit one a Slack message is sent in the "three-thousand-more" channel (this should be changed later).

How is this accomplished?

Modifying backend to add a job for sending the POST request to the Slack bot. Add HTTP handler to the Slack bot for the /help_request route.

Checklist