-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Add proper channel grouping/teaming #1299
Comments
This seem so specific you are even suggesting how to implement it :) Why don't you send over a proof-of-concept PR so we can all discuss this? |
Something like this would be awesome and may solve a lot of privacy concerns - if you won't be able also to see channels of groups you don't belong to. |
Closed as this is a feature in Rocket.Chat 2.10.5 |
@louisemessage I don't see a 2.10.5 version |
Were you referencing version Unfortunately I can't find the functionality described by @ninja- anywhere in the electron app either. Could you clarify why you closed this issue or reopen it? |
So, here's a simple and proper way how to do it.
First, remove channel ids and replace just with channel names like any proper chat platform does (except slack)
Then allow an admin to create a group.
If you are an admin, you see groups even if you aren't in them
This group could have some settings later-on.
For the start, group setting would only contain a list of members.
Then you drag a channel to the group it would be added to that group.
Since then it would be rendered in it's own category.
You can't join a channel if it has a group set and you aren't in that group.
You can be in multiple groups.
This is a simple way to implement teams and would be awesome.
Please don't confuse this functionality with slack's teams aka "multiple organizations".
This may be implemented at a higher level in future but really isn't a priority.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: