Skip to content
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

Create a description and mockup for merge component statement UI #221

Open
2 tasks
gregelin opened this issue Apr 11, 2022 · 0 comments
Open
2 tasks

Create a description and mockup for merge component statement UI #221

gregelin opened this issue Apr 11, 2022 · 0 comments
Labels
enhancement New feature or request frontend Related to front end

Comments

@gregelin
Copy link
Contributor

gregelin commented Apr 11, 2022

Stories

This ticket is to create a mockup of a user interface for the functionality associated with the user story: As a user, I want to be able to merge/copy control implementation statements from component A into component B so that I can merge two different components together.

An initial method for the merger has been created in PR #220.

Discussion

  • It would be nice at times to combine two components by taking the dozens of implementation statements from one component and adding those statements to another component. This solves the issue when somebody decides two components should be one component.
  • A method Element.merge_component_statements has been created to support the adding control implementation statements from another element. This is currently a batch add filter that merges (copies) in all of the control implementation statements from the other component. There is a simple merge strategy. See: PR Add Element method to merge in control implementations statements from another component #220.

Acceptance Criteria

  • One or more mockups
  • Description
@gregelin gregelin added enhancement New feature or request frontend Related to front end labels Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Related to front end
Projects
None yet
Development

No branches or pull requests

1 participant