Axobot icon indicating copy to clipboard operation
Axobot copied to clipboard

Multiple ticket portals

Open VForiel opened this issue 2 years ago • 2 comments

Allow user to create multiple ticket portals in order to have topic related portals

VForiel avatar Apr 19 '23 07:04 VForiel

I honestly have absolutely no idea how to do that without degrading the user experience. Could you provide some command syntax examples maybe?

ZRunner avatar Apr 19 '23 14:04 ZRunner

Well, I would say more or less the same way as tickets are currently managed

Current commands on which a new [portal ID] appear:

  • tickets portal summon [portal ID]
  • tickets portal set-text [portal ID] <message>
  • tickets portal set-category [portal ID] <category>
  • tickets portal set-channel [portal ID] <channel>
  • tickets portal set-role [portal ID] <role or "none">
  • tickets portal set-hint [portal ID] <message or "none">
  • tickets portal set-format [portal ID] <format or "none">
  • tickets topic add [portal ID] [emote] <name>

New commands:

  • tickets topic move [topic ID] [portal ID] [portal ID] move a topic from a portal to another
  • tickets topic list list all the tickets
  • tickets portal list [portal] list all the portals or all the tickets in a specified portal

VForiel avatar Apr 20 '23 06:04 VForiel