Conversation
* Add ticket type & level * Escalate/delegate tickets * Add discord buttons & modals for ticket actions * Show ticket summary in stafftasks * Store subject in ticket * Warn if someone recently teleported to ticket/area
Contributor
|
Awesome addition - thank you |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New features for staff tasks:
deputy,defaultandadmin("default" is required)Ticket types
The field

typehas been added to tickets. This is used to assign different types of tickets to the correct level and customize the display in/stafftasks:Staff tasks are now sorted by highest level first, and if the level is anything but
defaultit is shown as[level].Discord notifications
Buttons were added for quick actions on tickets. Might be expanded in the future with default action buttons depending on type (e.g. "ban" for profanity or "renew" for deputy expiry).
The original ticket message is also edited on updates to show notes and add/remove buttons depending on status
Teleport warning
When using

/ticket teleportor/area teleport, warn the player if someone else recently teleported there:Added since there are sometimes multiple staff deputies trying to review the same area, and because they can't see each other in vanish it sometimes cause confusion
Commands
/ticket escalateand/ticket delegateto change ticket levelPermissions
nabsuite.ticket.<level>(if using default levels it would benabsuite.ticket.deputy,nabsuite.ticket.defaultandnabsuite.ticket.admin)nabsuite.command.ticket.escalatenabsuite.command.ticket.delegate