Skip to content

Y26-050 performance improvements for the gbs pipeline - Fix #2#2846

Draft
KatyTaylor wants to merge 5 commits into
developfrom
Y26-050-Performance-improvements-for-the-GBS-pipeline
Draft

Y26-050 performance improvements for the gbs pipeline - Fix #2#2846
KatyTaylor wants to merge 5 commits into
developfrom
Y26-050-Performance-improvements-for-the-GBS-pipeline

Conversation

@KatyTaylor

@KatyTaylor KatyTaylor commented May 15, 2026

Copy link
Copy Markdown
Collaborator

Closes #

Changes proposed in this pull request

  • retrieveLabware method in pooled_tubes.js method was slow because search controller create method was redirecting to the labware, causing lots of unnecessary API calls. This brings the subset of those calls that are necessary into the search controller and takes out the redirect. The UI action is now virtually instantaneous (compared to 16 seconds in local).
  • Add guard to fix bug where scanning a tube into page caused hanging and js console error, because data[this.dataset.labwareType] was undefined (response contained a 'tube' key rather than a 'plate' key.

Instructions for Reviewers

[All PRs] - Confirm PR template filled
[Feature Branches] - Review code
[Production Merges to main]
    - Check story numbers included
    - Check for debug code
    - Check version

yoldas and others added 5 commits April 27, 2026 13:19
[release] Merge Develop into Master for 3.96.7
[release] Merge Develop into Master for 3.96.8
[release] Merge Develop into Master for 3.97.0
…rch controller create method was redirecting to the labware, causing lots of unnecessary API calls. This brings the subset of those calls that are necessary into the search controller and takes out the redirect. The UI action is now virtually instantaneous (compared to 16 seconds in local).
…nd js console error, because data[this.dataset.labwareType] was undefined (response contained a 'tube' key rather than a 'plate' key.
@KatyTaylor KatyTaylor changed the title Y26-050 performance improvements for the gbs pipeline Y26-050 performance improvements for the gbs pipeline - Fix #2 May 15, 2026
@KatyTaylor KatyTaylor self-assigned this May 15, 2026
@andrewsparkes

Copy link
Copy Markdown
Member

@KatyTaylor In code review but failing tests and lint, want to fix first?

@KatyTaylor

Copy link
Copy Markdown
Collaborator Author

@KatyTaylor In code review but failing tests and lint, want to fix first?

Yes sorry, on my to do list. Marked as 'draft'.

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.

Y26-050 - Performance improvements for the GBS pipeline

4 participants