sanger / sequencescape

Web based LIMS
MIT License
80 stars 32 forks source link

Y24-181 - Clean up HiSeq submission templates #4189

Open KatyTaylor opened 2 weeks ago

KatyTaylor commented 2 weeks ago

Describe the Housekeeping As an SSR, I would like the HiSeq-related submission templates to be removed from the dropdown list when creating a submission, because the HiSeq instruments are no longer in use, and it will make the list easier to use.

This means all the templates which end with the word sequencing needs to be deleted except the ones which have MiSeq, NovaSeq X & NovaSeq 6000. HiSeq is no longer used hence specially all the Hi Seq templates should be deleted.

Who are the primary contacts for this story Siobhan, Liz C.

Who is the nominated tester for UAT Siobhan

Acceptance criteria

Dependencies None

References None

Additional context

KatyTaylor commented 2 weeks ago

Developers:

See

SELECT *
FROM submission_templates 
WHERE name LIKE '%hiseq%';

As an option for 'soft deleting', check out the functionality of the superceded_by_id column. See SUPERCEDED_BY_UNKNOWN_TEMPLATE = -2 in the SubmissionTemplate model.

KatyTaylor commented 2 weeks ago

@SujitDey2022 I made this story without realising it had already been requested by SSRs (RT 801994). Feel free to use it or delete it if it's a duplicate!

SujitDey2022 commented 1 week ago

Team Discussion 10Jul2024: All the HiSeq ones can go away (HiSeq X, HiSeq4000, HiSeqv4 and HiSeq2500) as the sequencing platforms have been discontinued.

sg32-gif commented 1 week ago

User story

Need to remove all unused sequencing platforms from SS submission templates that means apart from Mi Seq, Nova SeqX and Nova Seq6000, all other HiSeq and the remaining needs to be deleted. These will not be used again in the future work.

Who are the primary contacts for this story Siobhan Austin; slw@sanger.ac.uk

Acceptance criteria

In SS: Apart from the above three mentioned sequencing machine (Mi Seq, Nova SeqX and Nova Seq6000), there are no other machines used. Hence to avoid more confusion, we delete all other templates.

Additional Reference:

There are currently a huge number of submission templates in SS and there is a risk of the wrong one being selected (especially HiSeqX and NovaSeqX due to the similarity in names).

SujitDey2022 commented 5 days ago

@sg32-gif I have updated the story for your reference based on the refinement session.