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

User list sorting #114

Open
neko259 opened this issue Mar 14, 2014 · 3 comments
Open

User list sorting #114

neko259 opened this issue Mar 14, 2014 · 3 comments

Comments

@neko259
Copy link

neko259 commented Mar 14, 2014

Maybe the user list needs to be sorted by the "what chat did I write in" like in skype? So that the user does not need to sort it up and down if he's chatting user starting on A and user starting on Z in the same time.

It's just a proposal, I cannot say this is the best way (because there is no search in the user list for now).

@TheLastProject
Copy link

Personally, I would prefer sorting to work like this:

  1. Sort on status
  2. Sort alphabetically

So, say, you have the following list of users:
Alice (Busy)
Bob (Away)
Cathy (Online)
Dorian (Offline)
Eve (Online)
Tom (Away)
Steve (Busy)

It would be sorted like this:
Cathy (Online)
Eve (Online)
Alice (Busy)
Steve (Busy)
Bob (Away)
Tom (Away)
Dorian (Offline)

For me, this makes most sense for the simple reason that Online/Busy/Away/Offline is in a decreasing order of availability. People who are online will respond quickly, those who are busy may respond delayed, those who are away will likely respond delayed and those who are offline, well, they won't respond.

The search feature @neko259 proposes would be a very powerful addition to this for managing huge amounts of friends.

@AnonymousMeerkat
Copy link
Contributor

Also, I think it'd be cool if you could sort either alphabetically or by last message/contact (as in... last person you messaged/received a message from is on top)

@TheLastProject
Copy link

<naxuroqa> or bump issues which you care about

@naxuroqa naxuroqa added this to Ready for development in v0.4.0 Feb 20, 2018
@naxuroqa naxuroqa added this to Ready for development in v0.5.0 Oct 23, 2018
@naxuroqa naxuroqa removed this from Ready for development in v0.4.0 Oct 23, 2018
@naxuroqa naxuroqa removed this from Ready for development in v0.5.0 Nov 7, 2018
@naxuroqa naxuroqa added this to Ready for develop in v0.6.0 Nov 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v0.6.0
  
Ready for develop
Development

No branches or pull requests

4 participants