On the group page, some groups are listed with their Name, and some with the Full Name. This creates a ugly overview, because of random usage of capitals in some groups and some being listed as the url slug.
Example Full Name versus Name (Name would be better named as ‘slug’?)
Group 1: example-group
Group 2: Example group
Shows the same for normal users. What I am saying is that even if I have setup a Full Name, I still see some groups with the slug on the group list instead of the Full Name I set up.
EDIT: I see in that commit that we used to show the group title as well in group list page, now we do not. So it makes sense to always group full name even when title is same?
In terms of consistency, I have found it strange that the /my/messages group inboxes are labelled with the groupname rather than the group full name. The groupname has hyphens and underscores…
(and somewhat confusingly are auto-capitalised at the start, so e.g. patently-beta-test groupname becomes Patently-beta-test)
Whereas the group full names would be clearer and display better…
Would it not be more consistent to use the group full names here too?
It seems that in the main Groups list the groups are sorted by slug (groupname) and not by the Full Name.
Since the slugs cannot be edited by group owners, but the full name can, this means that the order in the list can get very inconsistent if the full names are not the same as the slugs (groupname)
Could this either be an admin option to sort the groups list by Full Name rather than slug, or simply be changed to sorting by Full Name as the default.
From the user point of view the Full Name is what is what is probably expected everywhere, and the slug is just a techie convenience to make a better url.
Currently we have inconsistency between the use of Full Name and slug as a primary field. If slug has to be the sort field then Full Name becomes a bit pointless.