-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Server groups #99
Server groups #99
Conversation
|
The reason why I opted for that is to allow one server to have many groups assigned to it. For example one group could encompass all the servers, while one group might target only retake. That seemed more beneficial to me as it becomes easier to add someone as a "moderator" on all servers etc |
Then u can separate all id with comma for e.g. |
Needs some final testing and maybe minor improvements otherwise this should close #40 |
After reviewing the entire solution - I decided to not add it to the plugin. |
Please give me opinions on this, this proposed schema allows one server to have many groups hence the extra table.
After review I will go ahead with the implementation.