feat: Added related term section in term details page#26804
feat: Added related term section in term details page#26804anuj-kumary merged 9 commits intomainfrom
Conversation
...etadata-ui/src/main/resources/ui/src/components/Glossary/GlossaryTerms/tabs/RelatedTerms.tsx
Show resolved
Hide resolved
...adata-ui/src/main/resources/ui/src/components/OntologyExplorer/OntologyExplorer.constants.ts
Outdated
Show resolved
Hide resolved
🟡 Playwright Results — all passed (17 flaky)✅ 3399 passed · ❌ 0 failed · 🟡 17 flaky · ⏭️ 216 skipped
🟡 17 flaky test(s) (passed on retry)
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
...etadata-ui/src/main/resources/ui/src/components/Glossary/GlossaryTerms/tabs/RelatedTerms.tsx
Outdated
Show resolved
Hide resolved
...etadata-ui/src/main/resources/ui/src/components/Glossary/GlossaryTerms/tabs/RelatedTerms.tsx
Show resolved
Hide resolved
...i/src/main/resources/ui/src/components/Glossary/GlossaryTerms/tabs/RelatedTerms.interface.ts
Show resolved
Hide resolved
Code Review 👍 Approved with suggestions 2 resolved / 3 findingsAdds a related terms section to the glossary term details page with autocomplete functionality limited to 25 terms and proper Apache license headers. Consider fixing the mismatched color hex codes and labels in COLOR_META_BY_HEX to ensure consistency. 💡 Bug: COLOR_META_BY_HEX has mismatched color hex codes and names📄 openmetadata-ui/src/main/resources/ui/src/components/OntologyExplorer/OntologyExplorer.constants.ts:256 📄 openmetadata-ui/src/main/resources/ui/src/components/OntologyExplorer/OntologyExplorer.constants.ts:259 📄 openmetadata-ui/src/main/resources/ui/src/components/OntologyExplorer/OntologyExplorer.constants.ts:258 Several entries in the new
These mismatches are inherited from the pre-existing Suggested fix✅ 2 resolved✅ Bug: Autocomplete limited to 25 terms, not "all" terms
✅ Quality: Missing Apache license header in new interface file
🤖 Prompt for agentsOptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|



Describe your changes:
Revamped the related terms section in term details page
Screen.Recording.2026-03-26.at.6.38.38.PM.mov
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>