Skip to content

Add support for nested templates #455

Description

@darenkeck-dev

Add support for nested grouping of templates by allowing system types to be nested.

Updating Parser Output

templates.json should expand the SystemType object, adding a Parent field, allowing nested structures of Templates.

export interface SystemTypeN {
  description: string;
  modelicaPath: string; // Modelica fully qualified class name
  parent: string | null; // null if the root
}

Update the Client

Update the client to display nested system types.

Activity

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

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