-
Notifications
You must be signed in to change notification settings - Fork 8
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
Y24-222 - Select tag set in Limber tagging screen instead of tag groups #1814
Comments
Matt J is more appropriate as a tester - Rich C won't normally interact with this page. |
I think it's blocked by sanger/sequencescape#4236 (creating the data model) as well. |
I have written the top-level and direct parent as dependencies in the stories to keep the list short. [I have added the suggestion as well to make it visible now] |
I have changed the tester. |
User story
As lab user, I would like to select tag groups of the same tag set with a single dropdown to select the i7 and i5 tag groups together to reduce the possibilities of errors when setting tag sets for libraries such as accidental selection of unrelated tag groups. Replace the two existing drop-downs with a single drop-down as shown in the following images.
Existing drop-downs
i7 and i5 are selected separately from the same tag set.
Single dropdown
Only the tag set is selected. No need to select i7 and i5 separately.
Who are the primary contacts for this story
Abdullah, Andrew, Katy, Neil (PSD), Rich C (SSR)
Who is the nominated tester for UAT
Matt J
Acceptance criteria
To be considered successful the solution must allow:
Dependencies
This story is blocked by the following dependencies:
References
This story has a non-blocking relationship with:
See links in the parent research story.
Additional context
The implementation of this story involves modification of custom tagged plate javascript component to extract the list of tag groups from the result of the new TagSet API call with the adapter type filter. The dropdown needs to list the tag set names. On select, tag groups of the selected tag set need to be set on the tagged plate.
The text was updated successfully, but these errors were encountered: