dataquest-dev / dspace-angular

DSpace 7.x (and above) User Interface built on Angular.io
https://wiki.lyrasis.org/display/DSDOC7x/
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

User / Edit Profile page is missing some info #467

Open milanmajchrak opened 5 months ago

milanmajchrak commented 5 months ago

Excel Notes: Add another info to theedit userpage for the user (user wants edit his profile). Addtimestampof last login,user metadatainfo, actual subscriptions, info about signed licenses (table)

milanmajchrak commented 1 month ago
  1. Last login is missing: (admin) Image
  2. Subscriptions: (admin) Image
  3. Licenses you signed: (admin, user) Image
  4. User metadata: Ignore it - the admin won't have user_metadata because every restricted Item is downloaded without signing it. https://github.com/ufal/clarin-dspace/blob/8a6ba5c98547942d7115b74cf4978e0b29ca50e4/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/eperson/EditProfile.java#L637 Image