issues
search
ci-richard-mcelhinney
/
nhaystack
Niagara module for Project Haystack
https://www.project-haystack.org
Academic Free License v3.0
36
stars
23
forks
source link
Support Reference Hierarchies in Workbench View
#30
Closed
OwenFeik
closed
1 year ago
OwenFeik
commented
1 year ago
This PR changes the workbench view to be hierarchical instead of a flat list of equipment with points.
The
equipRef
and
spaceRef
relation tags are looked used to attempt to construct a hierachy.
If an equipment has an
equipRef
or a
spaceRef
, these tags are used to organise the equipment in the tree.
If the equipment has no ref tags, it is displayed under the root level.
Added support for
space
tagged components, used to organise components in the display tree.
Added a new icon adapted from the
site
icon for spaces.
Spaces can have a
spaceRef
to a parent space and this is used to organise them in the tree view.
equipRef
andspaceRef
relation tags are looked used to attempt to construct a hierachy.equipRef
or aspaceRef
, these tags are used to organise the equipment in the tree.space
tagged components, used to organise components in the display tree.site
icon for spaces.spaceRef
to a parent space and this is used to organise them in the tree view.