Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Find a way to make a role unique *within a group* #9

Open
sudojunior opened this issue Nov 7, 2022 · 0 comments
Open

feat: Find a way to make a role unique *within a group* #9

sudojunior opened this issue Nov 7, 2022 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@sudojunior
Copy link
Member

Currently (on rework/distribution) role groups have no logic to determine if a role they've been given should be unique (based on the logic of another group... which it doesn't have access to). Role groups themselves can have 'uniqueness' between the roles it has available and are more than capable of retrying within it's own role group (including if the specified role was already provided by another role group struct).

#8 may also throw another spanner in the works when attempting to determine if the role itself should be unique or if attributes should be unique (albeit that may be another thing entirely and an internal memory store may be a viable solution to simplify the transfer of data throughout - although it'd require another rewrite to achieve that, and with an expected degrading performance from initial / current stats at sub split-second timing could very quickly be increased to a few milliseconds for the most basic configuration).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant