thinktwice13 / Voyage2-Bears-19

Home Page:https://tickybott.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let your team manage their support tickets 100% inside Slack

Description

Users can submit tickets regarding problems and issues they are experiencing.
Team owners and admins can see and deal with the tickets that the users submit.
Users get notified once their ticket has been handled. They can then either mark the ticket as complete or reopen it for further investigation.

Built With

Main components of the project are Slack API, Firebase, ReactJS and Node with Express.

Install

Get the app at https://tickybott.herokuapp.com/

Usage

  • Use /ticket help to see usage instructions

Help commands

  • Use /ticket show to see open and/or solved tickets

/ticket show

  • Use /ticket [message] or /ticket open [message] to open a new ticket

/ticket or /ticket open

Team owners and admins:

  • Use /ticket solve #[ticket number] to mark tickets as solved and notify their authors

/ticket solve #[1]

Team members

  • Use /ticket unsolve #[ticket number] to reopen a solved ticket if the issue hasn't been fixed

/ticket unsolve

  • Use /ticket close #[ticket number] to close a solved ticket

/ticket close #[1]

Authors

License

MIT

About

https://tickybott.herokuapp.com

License:MIT License


Languages

Language:JavaScript 67.7%Language:HTML 22.3%Language:CSS 10.0%