Skip to content

extend Component definition to include junctions #6

Description

@capsulecorplab

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions