-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Display of Installation Users #3614
Comments
|
|
|
As I mentioned in the Sprint Planning meeting this afternoon, it's probably worth taking a look at the "Admin Dashboard for Design" doc at https://docs.google.com/document/d/1qnB3E7aNaLHHE9yM205BOKYVfQJIrysJQbEIA28txZc/edit?usp=sharing and mentioned at https://trello.com/c/kDSgIVVS/8-administrative-dashboard-(4.7) There are screenshots in there but here's the text:
|
Was there documentation for this feature in 3.x? If so, how can I access it? |
@dlmurphy yes, here you go: http://guides.dataverse.org/en/3.6.2/dataverse-user-main.html#permissions-and-users-section @kcondon gave me and @raprasad a live demo of how user management works in DVN 3.6.2 yesterday and I'm sure he'd be happy to do the same for you if you're interested. |
To help keep momentum on this issue following yesterdays consensus to throw a PrimeFaces datatable on the screen, I just created pull request #3874 which is a very small change we can iterate on (or throw away if we don't like it). The branch is called Here are screenshots: @raprasad @mheppler what do you think? Is this a good starting point? I guess we could add stuff from https://www.primefaces.org/showcase/ui/data/datatable/filter.xhtml for filtering, etc, but someone like @scolapasta is more familiar with JSF best practices. |
…tp://localhost:8080/api/admin/list-users?&numDisplay=25&q=&selectedPage=50
Works as advertised. Remaining tasks: sanity check with production data, potentially document api endpoints and try them out. |
…tartCardNumber' switched to 'startResultNumber'
|
As a Superuser I want to search a list of all users so that I can see who has access to my installation.
This was an available feature in 3.x that we need to bring back in 4.x. Clicking on a user's name will navigate to that user's information (#3615).
The text was updated successfully, but these errors were encountered: