-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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 distributing of users by groups in administration page. #562
Comments
Hmm, maybe. I think I'm more excited about an implementation of #236 as a next step towards making progress on the direction of scaling the user lists; I think it's very possible the right solution here for the administration page is just to have a good search feature. |
Depending on the use-case, a group-based approach can be nice in that, with some additional modifications, it enables a User creating a Stream to easily subscribe an entire swag of Users (versus picking through the entire User list). This suggestion could be more of an "and" rather than an "or" with #236. @Alpus We've implemented this approach in our project and it works well. Our project has made enough mods so to not be able to merge back, but I can share some code and screenshots, if interested. |
Cool @danshev. Some screenshots of how you did groups support would be great! One of the big challenges with this sort of thing is always figuring out how to make the UI for a groups feature work well. |
Our access paradigm is very different, so our implementation can thankfully be pretty basic. Just sharing for the sake of ideas for others:
Using TextExt creates a little work as far as reversing from |
Cool. Your screenshots reminded me that it'd be great to have that kind of name boxes in the compose box, so I opened #595 for that issue. |
We've now implemented groups in Zulip, closing. |
When number of users increase it is hard to find needed user (e.g. from team that work directly with you). I suggest to add an opportunity to distribute users by groups in administration page. Also, it can help to solve issue #236 (If we make opportunity to create folders of users in right sidebar it seems logically that one of the folders will contain groupmates).
The text was updated successfully, but these errors were encountered: