-
Notifications
You must be signed in to change notification settings - Fork 2
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
Copy components from one instrument to another - implementation #7515
Comments
rerpha
changed the title
Copy components from one instrument to another
Copy components from one instrument to another - implementation
Dec 5, 2022
ignore label changes, my mouse attacked me |
2 tasks
This was referenced Dec 5, 2022
How long did you spend on this @NikolaRoev ? I think i'd put the size as time spent plus time for review |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following the discussion in ticket #7389 I would like to implement the changes discussed.
Design decisions can be found in the notes of that discussion.
Acceptance Criteria
Extra Information
See #7389 (comment) for the discussion outcome.
This ticket will require:
Changing the blockserver to:
The GUI will need to be modified to add an option to copy a component from another instrument, then use the instlist to determine what servers are up (using the blockserver server status field?) then grey out instruments that are
A) down
B) on another config version ( we should disallow copying if so)
after an instrument + component are selected, we should show the warning dialog, then the "edit component" window as things may need to be changed (see discussion for list of things) - consider not using a modal dialogue so the user can have it alongside the "edit component" window?
things to warn about:
things to disallow:
How to Test
verbose instructions for reviewer to test changes
(Add before making a PR)
The text was updated successfully, but these errors were encountered: