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

feat: browse experiment history #706

Merged
merged 1 commit into from
Jan 30, 2025
Merged

feat: browse experiment history #706

merged 1 commit into from
Jan 30, 2025

Conversation

henrychoy
Copy link
Collaborator

Add ability for user to browse Experiment history in the edit form. Clicking the toggle will bring out the right drawer containing the snapshot list, which can eventually be used in other form pages. Selecting a row loads the values into the form. Up/down keyboard navigation should work when you are clicked into the table. Table can be sorted. The queue dialog was also updated to use this SnapshotList component.

@henrychoy henrychoy self-assigned this Dec 30, 2024
@henrychoy henrychoy linked an issue Dec 30, 2024 that may be closed by this pull request
@henrychoy henrychoy requested review from jkglasbrenner and hbooth and removed request for jkglasbrenner and hbooth December 30, 2024 20:46
Copy link
Collaborator

@keithmanville keithmanville left a comment

Choose a reason for hiding this comment

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

This looks good to me.

I think the greyed out entrypoint section with the "Entrypoints are not part of Experiment snapshots" message is nicer than hiding that panel.

Adding @hbooth and @jkglasbrenner as reviewers as well since we haven't had a chance go over the design together.

This commit adds the ability for user to browse Experiment history in the view/edit form. Clicking
the toggle will bring out the right drawer containing the list of snapshots. Selecting a row loads
the values into the form. Up/down keyboard navigation works once focus is on the table. The table
can be sorted. The Queue dialog was also updated to use this SnapshotList component.
@keithmanville keithmanville merged commit 693317a into dev Jan 30, 2025
10 of 11 checks passed
@keithmanville keithmanville deleted the experiment-history branch January 30, 2025 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement UI elements for browsing Experiment history
2 participants