all repos — stealth-developers @ 26f02a7c5bf180e51541a9d20e2468bd36593736

apps/bot/src/feats/tickets/README.md (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
- [x] /ticket
  - [x] new
  - [x] for
  - [x] view [ticketId]
  - [x] actions
    - [x] close
    - [x] reopen
    - [x] claim
    - [x] unclaim
    - [x] comment [ticketId?]
    - [x] edit [ticketId?]
    - [x] clean - /ticket delete
  - [x] participants
    - [x] add
    - [x] remove
    - [x] list
  - [x] manage
    - [x] list
    - [x] export
    - [x] delete [ticketId]
    - [x] purge
  - [x] settings
    - [x] transcript-channel
    - [x] entrypoint-channel
    - [x] category
    - [x] prompt
    - [x] greeting
    - [x] send-prompt

- [x] other ticket stuff
  - [x] permissions
  - [x] add participants
  - [x] log messages
    - [x] private thread too
  - [ ] unclaim after 15 minutes
  - [ ] close & delete after 15 minutes of no activity