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

Add "image by step" plots to comparison section #4319

Merged
merged 18 commits into from
Aug 4, 2023

Conversation

julieg18
Copy link
Contributor

@julieg18 julieg18 commented Jul 20, 2023

main <= this <= #4372

  • updates comparison plot types and collection, allowing multiple images per plot
  • adds a "image by step" webview fixture for testing
  • breaks up ComparisonTableCell component

Fixes #1640

@julieg18 julieg18 added the product PR that affects product label Jul 20, 2023
@julieg18 julieg18 self-assigned this Jul 20, 2023
@julieg18 julieg18 added 🏠 housekeeping and removed product PR that affects product labels Jul 27, 2023
@julieg18 julieg18 changed the title Add "Image By Step" plots to comparison plots Prepare comparison plots for "image by step" plots Jul 27, 2023
selectedRevisionIds: string[]
getComparisonPlotImg: (id: string, path: string) => ComparisonPlotImg
}) => {
const pathLabel = path
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This gets updated to be either the /image director or path in the next pr.

@julieg18 julieg18 marked this pull request as ready for review July 28, 2023 17:00
@julieg18 julieg18 requested a review from sroy3 as a code owner July 28, 2023 17:00
@julieg18
Copy link
Contributor Author

Converting this to a draft since I'm going to apply #4372 (comment).

@julieg18 julieg18 marked this pull request as draft July 30, 2023 21:34
@julieg18 julieg18 marked this pull request as ready for review July 31, 2023 17:08
@julieg18 julieg18 requested a review from mattseddon July 31, 2023 17:40
extension/src/plots/model/collect.ts Outdated Show resolved Hide resolved
@julieg18 julieg18 changed the title Prepare comparison plots for "image by step" plots Add "image by step" plots to comparison section Aug 4, 2023
@codeclimate
Copy link

codeclimate bot commented Aug 4, 2023

Code Climate has analyzed commit d20efbd and detected 0 issues on this pull request.

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 95.3% (0.0% change).

View more on Code Climate.

@julieg18 julieg18 merged commit e718d3e into main Aug 4, 2023
@julieg18 julieg18 deleted the add-comparison-multi-image-plot branch August 4, 2023 16:50
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.

plots: How to display images and plots per step
2 participants