-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Enhancements to the user pic list selection within entities #11803
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
Enhancements to the user pic list selection within entities #11803
Conversation
...hub-web-react/src/app/entity/shared/containers/profile/sidebar/Ownership/EditOwnersModal.tsx
Outdated
Show resolved
Hide resolved
...hub-web-react/src/app/entity/shared/containers/profile/sidebar/Ownership/EditOwnersModal.tsx
Outdated
Show resolved
Hide resolved
jjoyce0510
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall approach seems okay. A few suggested changes:
- Design: Instead of using dashes to separate each of these items, which makes it a bit long horizontally and difficult to read, I would suggest placing the username, title, and department below if present.
- Variable naming
...hub-web-react/src/app/entity/shared/containers/profile/sidebar/Ownership/EditOwnersModal.tsx
Outdated
Show resolved
Hide resolved
...hub-web-react/src/app/entity/shared/containers/profile/sidebar/Ownership/EditOwnersModal.tsx
Outdated
Show resolved
Hide resolved
|
One comment, also build & test is failing |
4b615ae to
c1467da
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ see 662 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Changes
Note: There are a lot of users with identical name so in order to differentiate we have added the username, title and departmentID so that the right owner can be selected by the consumer.
Added username and departmentID and title in the Owners dropdown
Checklist