vertyco / vrt-cogs

Utility cogs for Red by Vertyco
MIT License
48 stars 28 forks source link

Two requests (roles/message) #199

Open sLmp20 opened 1 month ago

sLmp20 commented 1 month ago

Is your feature request related to a problem? Please describe. No, neither request is an issue with the cog. The first is allowing support roles to be panel specific, and the second is adding a command to remove the message at the start of every ticket entirely.

Describe the solution you'd like I'm not sure of how simple a solution, but allowing support roles to be panel specific would be fantastic. For the other I think just a command to remove the start message would be really helpful for me.

Describe alternatives you've considered i'm not sure of any alternatives for either of these.

Additional context I've been using this cog since before it was verified on the index, and I haven't had a single complaint. Even if these aren't added I've been very happy with all of the additions i've seen over the past year and a half or so. So, thank you.

vertyco commented 1 month ago

You can already set a panel specific role via [p]tickets panelrole <panel_name> <role> [mention=False]

[p]tset supportrole applies to all panels whereas that command is for specific panels.

As for having a ticket opened with no message at all, there isn't an easy way to implement it at the moment due to the cog needing somewhere to put the close button.

sLmp20 commented 1 month ago

is the close button required? or could you make it so you can opt out? edit: also sorry about the support role thing, i didn't realize it was a thing, thank you!

vertyco commented 1 month ago

Right now it is hard coded to always have a close button with no opt out. This was a design choice to make the cog more user friendly, hence the default message whenever a custom one isn't set. I will probably need to rewrite this cog at some point before I add more features because the existing feature creep is making it start to get messy. No ETA on when i'd be able to rewrite it as life has been extremely busy lately.

sLmp20 commented 1 month ago

no problem at all, thanks for taking a look. I hope you have a chance to get to it at some point.