Skip to content

Conversation

@ankurjuneja
Copy link
Contributor

Rationale

https://github.com/LabKey/kanban/issues/1451

Related Pull Requests

Changes

  • New dialog to CRUD annotations from qc plots

@labkey-jeckels labkey-jeckels self-requested a review December 15, 2025 17:30
@ankurjuneja ankurjuneja marked this pull request as ready for review December 17, 2025 01:12
Copy link
Contributor

@labkey-jeckels labkey-jeckels left a comment

Choose a reason for hiding this comment

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

Pending updates to address manual test results.

};


let nonAnnotationGroups = this.getSvgElForPlot(plot).selectAll("g.non-annotation-group").data(nonAnnotationsData)
Copy link
Contributor

Choose a reason for hiding this comment

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

I understand non-annotation as a variable name for the dates without annotations, but it seems less descriptive when it comes to the UI elements. Consider add-annotation or similar since that's what the UI element is used for.


// Click the add annotation button
click(addAnnotationButton);
waitForElement(Locator.xpath("//div[contains(@class, 'x4-window')]//span[text()='Add Annotation']"));
Copy link
Contributor

Choose a reason for hiding this comment

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

Look at using org.labkey.test.components.ext4.Window and its WindowFinder

@ankurjuneja ankurjuneja merged commit fedd23d into develop Dec 23, 2025
6 checks passed
@ankurjuneja ankurjuneja deleted the fb_createAnnotationsFromPlots branch December 23, 2025 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants