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

feat(react): link glossary term to dataset page #2549

Merged
merged 2 commits into from
May 18, 2021

Conversation

shubham49
Copy link
Contributor

@shubham49 shubham49 commented May 13, 2021

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable)

resolve #2142
Following is the screenshot for displaying linked glossary terms to dataset and its fields
Screenshot 2021-05-12 at 6 19 26 PM

image

}
/>
<>
<GlossaryTermGroup glossaryTerms={record.glossaryTerms as GlossaryTerms} />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we are always showing tags & terms side by side, instead of making another group with similar layout logic can we render them all in a TagTermGroup?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor

@shirshanka shirshanka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@shirshanka shirshanka merged commit 81e7ea2 into datahub-project:master May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementation of Business Glossary
4 participants