Skip to content

front-end Model Registry: Allow editing descriptions

What does this MR do and why?

This merge request updates the Vue components used in the Machine Learning Model Registry application. It introduces a new component, ModelEdit, which allows users to edit the name and description of a model. It also updates the ModelVersionCreate component to use a primary button with a confirmation style. Additionally, it updates the ShowMlModel component to use the new ModelEdit component.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image
n/a image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Open GDK: http://127.0.0.1:3000/flightjs/Flight/-/ml/models
  2. Create model if one doesn't exist, give it a model name and optionally a description, click Create
  3. Click Edit model change the description and click Edit
  4. See if the description has changed

Related to #475035 (closed)

Edited by Fred de Gier

Merge request reports

Loading