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

Check for existing group upon creation #30

Open
Samaritan1011001 opened this issue Feb 15, 2021 · 9 comments
Open

Check for existing group upon creation #30

Samaritan1011001 opened this issue Feb 15, 2021 · 9 comments

Comments

@Samaritan1011001
Copy link
Owner

Check if a group with the same members already exist for the user. If present, do not create a new one.

@alankley
Copy link
Collaborator

Hmm. So if 9 of 10 are the same it's ok?
Maybe this check is not necessary?
Maybe user will eventually remove/delete members so they aren't identical. Should we second guess them?
As long as only 1 group at a time is used, probably no harm in duplicate groups? As long as name/id is not the same

@Samaritan1011001
Copy link
Owner Author

Samaritan1011001 commented Feb 15, 2021 via email

@Samaritan1011001
Copy link
Owner Author

Samaritan1011001 commented Feb 15, 2021 via email

@alankley
Copy link
Collaborator

alankley commented Feb 15, 2021

Editing the group is not currently supported?
I would think this is very basic to support from the beginning.
Groups with duplicate members don't do any harm. Adding checks to check for identical members is adding code.
Adding the check, however, is a small issue. I don't think it's necessary but I don't feel strongly about it.

@Samaritan1011001
Copy link
Owner Author

Samaritan1011001 commented Feb 15, 2021 via email

@Samaritan1011001
Copy link
Owner Author

Samaritan1011001 commented Feb 15, 2021 via email

@alankley
Copy link
Collaborator

alankley commented Feb 15, 2021 via email

@alankley
Copy link
Collaborator

alankley commented Feb 15, 2021 via email

@Samaritan1011001
Copy link
Owner Author

Samaritan1011001 commented Feb 15, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants