-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Open
Deepalijain13
wants to merge
7
commits into
datahub-project:master
Choose a base branch
from
Deepalijain13:dj-owner-changes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Enhancements to the user pic list selection within entities #11803
Deepalijain13
wants to merge
7
commits into
datahub-project:master
from
Deepalijain13:dj-owner-changes
+33
−4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
product
PR or Issue related to the DataHub UI/UX
community-contribution
PR or Issue raised by member(s) of DataHub Community
labels
Nov 6, 2024
shirshanka
added
the
datahub-community-champion
PRs authored by DataHub Community Champions
label
Nov 13, 2024
jjoyce0510
reviewed
Nov 25, 2024
...hub-web-react/src/app/entity/shared/containers/profile/sidebar/Ownership/EditOwnersModal.tsx
Outdated
Show resolved
Hide resolved
jjoyce0510
reviewed
Nov 25, 2024
...hub-web-react/src/app/entity/shared/containers/profile/sidebar/Ownership/EditOwnersModal.tsx
Outdated
Show resolved
Hide resolved
jjoyce0510
reviewed
Nov 25, 2024
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
jjoyce0510
reviewed
Nov 25, 2024
...hub-web-react/src/app/entity/shared/containers/profile/sidebar/Ownership/EditOwnersModal.tsx
Outdated
Show resolved
Hide resolved
jjoyce0510
reviewed
Dec 9, 2024
...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 |
datahub-cyborg
bot
added
pending-submitter-response
Issue/request has been reviewed but requires a response from the submitter
and removed
needs-review
Label for PRs that need review from a maintainer.
labels
Dec 9, 2024
datahub-cyborg
bot
added
needs-review
Label for PRs that need review from a maintainer.
and removed
pending-submitter-response
Issue/request has been reviewed but requires a response from the submitter
labels
Dec 18, 2024
Deepalijain13
force-pushed
the
dj-owner-changes
branch
from
December 18, 2024 07:35
4b615ae
to
c1467da
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community-contribution
PR or Issue raised by member(s) of DataHub Community
datahub-community-champion
PRs authored by DataHub Community Champions
needs-review
Label for PRs that need review from a maintainer.
product
PR or Issue related to the DataHub UI/UX
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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