sanger / limber

A config-driven LIMS built on Sequencescape, primarily for running library preparation pipelines in the laboratory
MIT License
4 stars 8 forks source link

Y24-204 - GBS pipeline - enhancement - prevent Perform PCR button showing until state is 'started' #1795

Open andrewsparkes opened 3 months ago

andrewsparkes commented 3 months ago

User story As Scott T I would like the GBS pipeline to prevent the 'Perform PCR' button on the PCR2 plate which changes the plate state to 'passed' from appearing until after the user has done the 'bravo GBS PCR1 to GBS PCR2' bed verification which changes the plate state to 'started'. At the moment the 'Perform PCR' button is visible earlier and can be pressed to bypass the need to use the robot.

Who are the primary contacts for this story Scott T

Who is the nominated tester for UAT Scott T

Acceptance criteria To be considered successful the solution must allow:

Dependencies None

References None

Additional context Noticed whilst testing the ANOSPP pipeline that feeds into GBS. Not sure how possible this is. The 'Perform PCR' button is the equivalent of the 'Manual Transfer' button that is there in case the robot is unavailable. See app/models/presenters/minimal_pcr_plate_presenter.rb. Also see the integration suite spec/limber/gbs_pipeline_spec.rb.

SujitDey2022 commented 3 months ago

Team Discussion 24 July 2024:

  1. Need to confirm functionality of 'Perform PCR' button v/s Manual Transfer button.

config/locales/en.yml pcr: transitions: passed: 'Perform PCR'

  1. Need to review the scope and user interaction benefits.