Fórum

Show number of organisation users, etc in Enterprise Admin portlet

Ben Starr, modificado 14 Anos atrás.

Show number of organisation users, etc in Enterprise Admin portlet

Regular Member Postagens: 103 Data de Entrada: 27/11/07 Postagens Recentes
It would be nice if the Enterprise Admin portlet showed the number of users in an organisation, number of users in a user group, number of items assigned to a role, etc when listing organisations, user groups, roles, etc. At the moment you have to go to the "view users" function of an organisation (for example) to see this information but it would be helpful if you could just scan the list of organisations to see how many members each one had. Hopefully it shouldn't be too performance intensive to implement as it should just require a count(*) query for each organisation. By doing some kind of grouping/join/sub query you could probably retrieve the organisation information and user count in a single query.

Ben