Questo è stato sollevato da uno dei nostri membri e sembra sensato.
Attualmente, la sezione Utenti può essere ordinata in molti modi (dalle visite alle visualizzazioni, fino alle risposte), tranne per ciò che ritengo essere un aspetto importante: per nome utente. Non esiste un modo per ordinare la lista degli utenti (alfabeticamente) in base al nome utente.
Allo stesso modo, utilizzando la ricerca generale e il filtro con il prefisso ‘@’ si ottiene un elenco di nomi utente esistenti, ma anche questo non è ordinato alfabeticamente — immagino mostri prima i più attivi. Ora, in realtà sono d’accordo con questo approccio, ma così facendo non sembra possibile avere in nessun punto un elenco alfabeticamente ordinato di nomi utente.
Di conseguenza, una richiesta di funzionalità: potrebbe la tabella nella sezione Utenti includere il nome utente anche come criterio di ordinamento? Immagino che l’intestazione della colonna “Nome utente” diventi cliccabile per l’ordinamento, e il numero di risultati potrebbe essere spostato in alto, forse accanto al filtro della finestra temporale o, in alternativa, accanto alla casella di ricerca.
The alignment of the Username header follows what other tables with users do in Discourse, like in the admin users list (where it is already possible to sort by username, but this is for the users).
The only other change is moving the number of results to the left of the filtering box where I think it is actually more easy to find than right now.
In small viewports it shouldn’t be a problem as the table columns are already larger than the size needed by the filtering controls at the top.
I am not against adding this, I wonder what @codinghorror thinks.
Additionally if prioritize username in ux is unchecked, that title should be “Name” not username and it should be “filter by name” no “filter by username”.
The table header on the first column changes to ‘Username’ (or Name, as per settings) and the number of results is moved next to the search box. Better mockup below.
The proposal does not strip any feature: the total user count is still there, only moved to the left of the filtering box where it is easier to find when searching:
Is it possible to have this looked into one more time please? I know this is not high priority, but I think it may have been dismissed due of a misunderstanding of what was being proposed. This would not strip any feature away. Please see my previous post for the details. Thanks.
OK I am putting a pr-welcome on your mockup, if someone from the community can swing it accounting for mobile and ensuring indexes are right then we can do this.