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

UI general updated #814

Merged
merged 3 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/docs/user-interfaces/general/egeria-ui-glossary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
35 changes: 30 additions & 5 deletions site/docs/user-interfaces/general/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,39 @@ On first load, the glossary is only able to show a list of available glossaries

![glossary](egeria-ui-glossary.png)

When clicking the `Details` button in third column of the glossary table, the categories connected to this respective glossary will be loaded.
The properties of these categories are displayed in the same way as the glossaries; their name and status are visible and another `Details` button is available.
When clicking anywhere on the row of the glossary, the categories connected to this respective glossary will be loaded in the next table.
The properties of these categories are displayed in the same way as the glossaries; their name and status are visible.

![category](egeria-ui-category.png)
![category](egeria-ui-glossary-categories.png)

Clicking this `Details` button will show the terms associated with its respective category. Each term in this case describes a concept or phrase used in the data model, and its `Details` button will redirect to the same `asset details` page as from the asset catalog.
Clicking a cateogry row in this table will show the terms associated with its respective category. Each term in this case describes a concept or phrase used in the data model, and clicking on one of these terms rows will redirect to the same `asset details` page as from the asset catalog.

![terms](egeria-ui-terms.png)
![terms](egeria-ui-glossary-terms.png)

## Profile

The profile page is accessible by clicking its icon on the bottom of the left navigation bar.

![profile](egeria-ui-profile-icon.png)

On the profile page it's possible to see information about the *scopes* your user account has and the *components* of the ui that are visible to your account. Above all that is the name of your account.

![profile](egeria-ui-profile.png)

## About

Right below the profile page icon, in the left navigation bar, is the button that redirects to the about page.

![about](egeria-ui-about-icon.png)

The about page shows some useful information about the Egeria UI:

- **Name**: The name of the Egeria UI package.
- **Version**: The version of the Egeria UI.
- **CommitId**: The commit id.
- **BuildTime**: The date and time that this version of the Egeria UI has been built.

![about](egeria-ui-about.png)

## Extended features

Expand Down