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

extend Component definition to include junctions #6

Open
capsulecorplab opened this issue Feb 28, 2023 · 0 comments
Open

extend Component definition to include junctions #6

capsulecorplab opened this issue Feb 28, 2023 · 0 comments

Comments

@capsulecorplab
Copy link
Collaborator

capsulecorplab commented Feb 28, 2023

desired outcomes

  • a junction should reference one or more interface defined on a ComponentListItem (i.e., part or tool)
  • a design structure matrix (used as a kind of Interface Control Document) should be a view/artifact that can be produced from component junctions

proposed junctions data model/template

junctions would be a dictionary whose ItemType is of JunctionListItem with the following template

id: {{id}}
description: {{description}}
joinedInterfaces: {{joinedInterfaces}}

where joinedInterfaces is a listing of ComponentListItem Id's and their owned interface id's, e.g., {{parts.ps2.interfaces.hdmi-1}}

References

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

No branches or pull requests

1 participant