Allow permissions checking to have a dictionary and not a list at permissions.json #267
Labels
No labels
bug
config update
documentation
duplicate
enhancement
in dev
input needed
new feature
not in draft
refactor
waiting on docs update
wont-do
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Sirdog/EnduraBot#267
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, the
permissions.jsonfile looks like this:Functional. Simple. One problem: Incredibly difficult to keep track of what roles correspond with what numbers.
Desired functionality is to rework permissions checking to allow making these key:value pairs so I can include the role name for readability.
After a preliminary assessment of the work this would take, given a variety of factors, I am closing as not planned.