Skip to content
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

administration: add user management panel #2232

Closed
5 tasks done
kpsherva opened this issue May 25, 2023 · 2 comments · Fixed by inveniosoftware/invenio-users-resources#82 or inveniosoftware/invenio-administration#175
Assignees

Comments

@kpsherva
Copy link
Contributor

kpsherva commented May 25, 2023

The end goal of this task is to have the administration panel for the user management. This task is considered completed when below steps are achieved:

  • check on how the invenio-administration module works
  • add user list page to the administration panel - find and use the search endpoint (and as a consequence resource, since resource can be used in invenio-administration) which provides all the users so that administrator can see all the users. Things to consider: is the endpoint displaying all the information? Is it hiding any users? do we need special permissions to make all the users information available to the administrator. HINT: superuser != administrator. These are important points and should be discussed with the team before starting the implementation
  • implement the list view
  • implement the user details view
  • add a feature flag APP_RDM_USER_ADMINISTRATION which will conditionally display or hide these views in the administration panel (similarly to COMMUNITIES_ADMINISTRATION_DISABLED)

IMPORTANT! The scope of this task includes only displaying the available information - do not add any new fields visible in the mockup to the user or any actions (buttons). These steps will be added later as next iteration.

List view:
Screenshot 2023-05-25 at 15 45 29

Details view
Screenshot 2023-05-25 at 15 46 12

TLGINO added a commit to TLGINO/invenio-users-resources that referenced this issue Jun 12, 2023
 * added entry-points for invenio-users-resources
 * added dummy panel data + dummy html templates
 * closes inveniosoftware/invenio-app-rdm#2232
@psaiz
Copy link
Contributor

psaiz commented Jun 21, 2023

inveniosoftware/invenio-users-resources#82 addresses the first four checkboxes. Let me take a look at the last one before moving the ticket to the next column

@psaiz psaiz removed their assignment Jun 21, 2023
@kpsherva kpsherva assigned psaiz and unassigned TLGINO Jun 21, 2023
@psaiz psaiz removed their assignment Jun 21, 2023
@psaiz
Copy link
Contributor

psaiz commented Jun 21, 2023

Ready for the second round of the review. Note that this is still a draft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment