datatools-ui
datatools-ui copied to clipboard
User description label only distinguishes app admin/standard user
In the UserAccountInfoPanel the user description only displays whether the user is an application admin, organization admin, or standard user. It doesn't describe if the user is a project admin and it doesn't detail which projects and/or feeds the user has permissions for.
https://github.com/ibi-group/datatools-ui/blob/4293884e821326b5dd3816272ae40e034c9c139e/lib/manager/components/UserAccountInfoPanel.js#L42-L49
We should give a more detailed description of the permissions a given user has here because there is no indication of this anywhere in the UI (other than by clicking around and being denied access to certain features/feeds). Perhaps a little information icon could be placed next to this label, which when clicked would show tooltip with info about the user permissions.