-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 option for room lists with a stable ordering (perhaps alphabetical) #12242
Comments
I'm going to close this as a duplicate of #4343, feel free to thumbs up that issue |
I think I'd actually like to keep this open, as #4343 has a larger scope, and we might not do all of it at the same time. |
|
That sort of option set doesn't describe how the algorithms work, at all. The importance algorithm uses activity as a tie break, not a feature. We already had a "Stick my notification up top"-like option before, and it was incredibly confusing for people. I'm still not convinced that making the list alphabetical will fix the problem - there's a number of known bugs with the importance algorithm which happen just prior to most people suggesting that it should be alphabetical. |
We had some internal discussion on this. In the immediate term we'll update the Room list section of Settings to be as follows: Room listOrder rooms by message activity instead of by name [Toggle OFF/ON] Favourites should continue to be organised manually, and for now these settings will apply to all sections. The first 2 toggles should be enabled by default (recreating todays functionality, although allowing users to opt out of activity sorting, and in to alphabetical sorting). The last toggle I believe we already use some heuristic (joined n rooms) to enable it when actually useful in the new user journey. @t3chguy do we need to take any special care to not override users existing settings they've already configured? If any of this untangles during development feel free to shout! |
@nadonomy I clearly understand that my need shall be less prevalent considering you have mid and long term ideas to rework the whole navigation. However could you be more specific on what you have planned for the mid-term ? I don't understand "re-address the semantics of the room list entirely". What do you mean ? Is there a draft of this work ? Maybe we can help, contribute to it. |
Did this option get removed? My rooms are not ordered by name anymore and I don't see a preference to enable that. |
Yes, I just discovered that. Is it expected that my previous setting of alphabetical would have been removed after updating? |
Couldn't it be ordered like discord ? allowing the community's admin to reorder the channels as they see fit ? then on the client side, users could choose to order them as they want, but allowing the admin to define a default order would be useful |
* Fix OIDC delegated auth account url check Signed-off-by: Michael Telatynski <[email protected]> * Iterate Signed-off-by: Michael Telatynski <[email protected]> * Update tests Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
Currently it seems like the order that rooms are listed is based on recent activity. This means that the order is constantly changing which means you have to search through the list each time to find the room that you want.
Slack orders the rooms alphabetically which means that the order doesn't change so you always know roughly where to look for a particular room.
The text was updated successfully, but these errors were encountered: