Skip to content
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

Create backend logic for our Slackbot #4

Open
6 tasks
sblatz opened this issue Jul 21, 2018 · 0 comments
Open
6 tasks

Create backend logic for our Slackbot #4

sblatz opened this issue Jul 21, 2018 · 0 comments

Comments

@sblatz
Copy link
Collaborator

sblatz commented Jul 21, 2018

The slackbot should talk to our server that listens to events and manage the database in order to triage lists for users. Tasks to complete:

  • Create a slash command listener that will display the UI
  • Create a "UI"
    • Have drop downs for who the task owner is, urgency, and description of task
  • Save data from UI into database -- Assigned to Sawyer
    • Save the following data: user who requested, user who owns the task, urgency, timestamp, what the task is.
  • Organize "database" by priority when timed trigger is called -- Pravin
  • Send triaged message to someone in DM's -- Assigned to Derrick
  • Listen on triaged list for completed tasks and send message to blocked person
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant