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

Register admin UI as AI models in data administration use case #337

Merged
merged 4 commits into from
Jul 11, 2024

Conversation

wanglam
Copy link
Collaborator

@wanglam wanglam commented Jun 26, 2024

Description

Register to data administration use case based OSD main branch.

image

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@wanglam wanglam requested review from ruanyl and raintygao as code owners June 26, 2024 02:12
public/plugin.ts Outdated
@@ -48,6 +55,18 @@ export class MlCommonsPluginPlugin
},
});

core.chrome.addNavLinksToGroup(DEFAULT_NAV_GROUPS.dataAdministration, [
Copy link
Member

Choose a reason for hiding this comment

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

Do you need to check the feature flag here?

Copy link
Member

Choose a reason for hiding this comment

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

Never mind, this is not application register

Signed-off-by: Lin Wang <[email protected]>
public/plugin.ts Outdated
category: {
id: 'ai-model',
label: i18n.translate('MLCommonsDashboards.AIModels.Category', {
defaultMessage: 'ai models',
Copy link
Member

Choose a reason for hiding this comment

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

Should the message say:

Suggested change
defaultMessage: 'ai models',
defaultMessage: 'AI models',

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It was using "ai models" in the UX design.
image

@lauralexis Could you help me take a look? Shall we change to AI models?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

image UX design updated, already change to AI models

@wanglam wanglam changed the title Register admin UI as ai models in data administration use case Register admin UI as AI models in data administration use case Jul 11, 2024
@wanglam wanglam merged commit 83b3a2d into opensearch-project:main Jul 11, 2024
6 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 11, 2024
* Register admin UI as ai models in data administration use case

Signed-off-by: Lin Wang <[email protected]>

* Fix addNavLinksToGroup not found in chrome service

Signed-off-by: Lin Wang <[email protected]>

* Update nav link text

Signed-off-by: Lin Wang <[email protected]>

* Change text to AI models

Signed-off-by: Lin Wang <[email protected]>

---------

Signed-off-by: Lin Wang <[email protected]>
(cherry picked from commit 83b3a2d)
wanglam added a commit that referenced this pull request Jul 12, 2024
…#339)

* Register admin UI as ai models in data administration use case

Signed-off-by: Lin Wang <[email protected]>

* Fix addNavLinksToGroup not found in chrome service

Signed-off-by: Lin Wang <[email protected]>

* Update nav link text

Signed-off-by: Lin Wang <[email protected]>

* Change text to AI models

Signed-off-by: Lin Wang <[email protected]>

---------

Signed-off-by: Lin Wang <[email protected]>
(cherry picked from commit 83b3a2d)

Co-authored-by: Lin Wang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants