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

Display and Update experiment description in aim UI #578

Merged

Conversation

fabiovincenzi
Copy link
Collaborator

@fabiovincenzi fabiovincenzi commented Nov 13, 2023

Fixes #522.
New UpdateExperiment endpoint in aim, which allows to edit experiment name, description and archived.
GetExperiment and GetExperiments now return the experiment description.
Update GetExperiment and GetExperiments integration tests to actually test experiment desciption.

@fabiovincenzi fabiovincenzi changed the title Experiment description aim UI Display and Update experiment description in aim UI Nov 13, 2023
@fabiovincenzi fabiovincenzi added enhancement New feature or request go Pull requests that update Go code labels Nov 14, 2023
@fabiovincenzi fabiovincenzi self-assigned this Nov 14, 2023
pkg/api/aim/request/experoiment.go Outdated Show resolved Hide resolved
pkg/api/aim/experiments.go Show resolved Hide resolved
pkg/api/aim/response/experiment.go Outdated Show resolved Hide resolved
suprjinx
suprjinx previously approved these changes Nov 17, 2023
@fabiovincenzi fabiovincenzi merged commit bae3dbe into G-Research:main Nov 23, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for displaying and updating experiment description in Aim UI
5 participants