An open API service indexing awesome lists of open source software.

https://github.com/anbraten/buzz

A minimalist helpdesk
https://github.com/anbraten/buzz

Last synced: about 2 months ago
JSON representation

A minimalist helpdesk

Awesome Lists containing this project

README

          

# Buzz

## TODO

- [x] auth (login, logout)
- [x] ticket list
- [x] unassigned tickets
- [x] assigned to me
- [x] all tickets
- [ ] filter by status
- [ ] filter by priority
- [ ] filter by customer
- [ ] filter by assignee
- [x] create ticket
- [x] ticket (details)
- [x] id, priority, customer (email), status, title, created, updated
- [x] comments
- [x] comment using markdown
- [ ] attachments for comments
- [x] private comments / notes
- [x] show open time
- [x] assignee
- [x] close ticket
- [x] reopen ticket
- [x] change assignee
- [ ] reply using predefined templates
- [ ] add category to tickets
- [x] customer list
- [x] customer (details)
- [x] name, email, phone, address, avatar
- [ ] show customer tickets
- [x] email
- [x] add new email as ticket
- [x] auto reply for new ticket
- [x] add email as comment to existing ticket
- [x] send agent comments as email to customer
- [ ] phone
- [ ] add note (with call duration, ...) to ticket if customer calls, so user can add comments later
- [ ] customer portal
- [ ] show customer tickets
- [ ] hide internal comments
- [ ] create new ticket
- [ ] add comment to open ticket
- [ ] close ticket
- [ ] reopen ticket
- [ ] ticket queues
- [ ] assign new ticket to queue
- [ ] assign users to queue
- [ ] show ticket queues of user