Skip to content

Conversation

@mattseddon
Copy link
Contributor

@mattseddon mattseddon commented Mar 30, 2023

This is the feature branch that closes #3577

Each commit in this PR relates to removal of checkpoints for another part of the UI.

Outstanding items once this is merged:

  1. Update remaining screenshots from walkthrough
  2. Remove checkpoint logic from experiment collection code (extension/src/experiments/model/collect.ts)
  3. Remove override revision logic from plots (replace short sha with experiment name for calling CLI).
  4. Remove checkpoint type from ExperimentType enum
  5. Final sweep for "patches/redundancy"

@mattseddon mattseddon added the product PR that affects product label Mar 30, 2023
@mattseddon mattseddon self-assigned this Mar 30, 2023
Copy link
Contributor

@julieg18 julieg18 left a comment

Choose a reason for hiding this comment

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

Great work so far!

}: {
selectedForPlotsCount: number
}) => {
export const Indicators = () => {

Choose a reason for hiding this comment

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

Function Indicators has 53 lines of code (exceeds 40 allowed). Consider refactoring.

@mattseddon mattseddon changed the title Remove experiment checkpoints from extension Remove experiment checkpoints from extension UI Apr 3, 2023
@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit b78eadd and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

The test coverage on the diff in this pull request is 100.0% (85% is the threshold).

This pull request will bring the total coverage in the repository to 94.9% (-0.1% change).

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product PR that affects product

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove checkpoint experiment support from extension UI

3 participants