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

Support multiple components with the same ID if they are not of the same type #215

Open
viennem opened this issue Aug 18, 2023 · 0 comments

Comments

@viennem
Copy link
Member

viennem commented Aug 18, 2023

Description

As a user,

I want to be able to create multiple components of different types with the same ID

so that I can name my Terraform resources how I want.

Acceptance Criteria

Scenario Support multiple components with the same ID if they are not of the same type
Given I have a component of type "T1" named "N1"
When I add a second component of type "T2" also named "N1"
Then all the components are properly drawn, even if there exists Links or References to these two components "N1"

Constraints

[Put all others constraints here, like list of acceptances values or other]

Resources:

Current behaviour:

  • Positions in the config file are the same.
  • Links don't know which component to target.
  • Children components don't know which container they belong to.
  • Deleting a component deletes all the components that share the same name.
  • ... need to test that everything else works properly.
9umXSumian.mp4

Notes

[Some complementary notes if necessary]

Links

[Only use by the team, to link this feature with epic, technical tasks or bugs]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant