Order Names and Avatars alphabetically by first name
Closed this issue · 5 comments
Under the "Who's attending" section, default order the Names and Avatars alphabetically by first name.
currently, they sort by when users register. we might make this a configurable link. @pete2786, do you have an opinion?
To me, it would make sense to have an optional sort alpha on name (esp when you're looking for a particular person)
On what level would it be configurable? It's minor, something you could store in a session or a cookie instead of in a database.
yep, I don't think the configuration would persist. Something like a cookie would be fine. In fact, sorting wouldn't necessarily persist between page loads, which means we could even just do it with a little JS. There are a couple of options, I guess.
How about JavaScript for sorting and LocalStorage for persisting sort order?