ATLAS-5267: ATLAS UI: Create Glossary: Add Import glossary terms tab (template + upload)#617
Merged
pawarprasad123 merged 1 commit intoATLAS-5246-v1from May 8, 2026
Conversation
…(template + upload)
farhank31
approved these changes
May 7, 2026
pawarprasad123
added a commit
that referenced
this pull request
May 8, 2026
…(template + upload) (#617)
pawarprasad123
added a commit
that referenced
this pull request
May 10, 2026
…ntation (#626) * ATLAS-5286: ATLAS UI: Dashboard - Filter query and shared view helpers changes (#615) * ATLAS-5287: ATLAS UI: Dashboard- search bar with dropdown (#616) * ATLAS-5267: ATLAS UI: Create Glossary: Add Import glossary terms tab (template + upload) (#617) * ATLAS-5256: ATLAS UI: Header - Create Button and Dropdown Menu. (#618) * ATLAS-5256: ATLAS UI: Header - Create Button and Dropdown Menu * ATLAS-5256: ATLAS UI: Header - Create Button and Dropdown Menu * ATLAS-5251: ATLAS UI : Dashboard - Latest Entities List (#619) * ATLAS-5247, ATLAS-5248, ATLAS-5249, ATLAS-5250, ATLAS-5252, ATLAS-5254, ATLAS-5255: ATLAS UI: Dashboard All cards. (#620) * ATLAS-5288: ATLAS UI: Dashboard - Classification and Admin Audits (#621) * ATLAS-5246: ATLAS UI: Dashboard Overview - React UI Dashboard Implementation
pawarprasad123
added a commit
that referenced
this pull request
May 10, 2026
…ntation (#626) * ATLAS-5286: ATLAS UI: Dashboard - Filter query and shared view helpers changes (#615) * ATLAS-5287: ATLAS UI: Dashboard- search bar with dropdown (#616) * ATLAS-5267: ATLAS UI: Create Glossary: Add Import glossary terms tab (template + upload) (#617) * ATLAS-5256: ATLAS UI: Header - Create Button and Dropdown Menu. (#618) * ATLAS-5256: ATLAS UI: Header - Create Button and Dropdown Menu * ATLAS-5256: ATLAS UI: Header - Create Button and Dropdown Menu * ATLAS-5251: ATLAS UI : Dashboard - Latest Entities List (#619) * ATLAS-5247, ATLAS-5248, ATLAS-5249, ATLAS-5250, ATLAS-5252, ATLAS-5254, ATLAS-5255: ATLAS UI: Dashboard All cards. (#620) * ATLAS-5288: ATLAS UI: Dashboard - Classification and Admin Audits (#621) * ATLAS-5246: ATLAS UI: Dashboard Overview - React UI Dashboard Implementation (cherry picked from commit 874180f)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
Unify glossary creation and term import in one Create Glossary dialog. Users switch between Create glossary and Import glossary terms via a toggle (same interaction pattern as Formatted / Plain text on the long-description field). Edit Glossary is unchanged (no toggle).
User-facing behavior
Create glossary: Existing form (name, short/long description, rich text) and Create / Cancel; same API and success handling as before.
Import glossary terms:
Download import template (download icon) using the glossary import template API (/glossary/import/template via existing client method).
File dropzone for .csv, .xls, .xlsx (reuse existing import layout).
Upload / Cancel with the same upload behavior as Import Glossary Term from the sidebar (shared postGlossaryImportFormData with ImportDialog glossary path).
On partial failure: Error Details list, Back to return to the dropzone, footer Cancel only in error state.
Sidebar entries Create Glossary, Download Import template, and Import Glossary Term remain; no removal required.
How was this patch tested?
Manual test, build pass