Started implementing relations, but to check overview of relations (relationshiplist) very slow; also, inserting a relation like Flex tail -> PEB gave an error (but the error does not state why this operation failed)
Added new KindOfPart: VTRx (sitting on a PEB)
Wanted to add new attribute for this KoP, but no response when putting new attribute in (admin area), similar for PEB & DU
Flex tails: attributes should be reduced, most current attributes are actually measurements (everything with a physical unit is measured, can be repeated, can exist 0, 1, or N times per Flex tail)
Real attributes (static): Readout, length_type, length_ordered where the latter two can be inferred automatically from SN (given a scheme to decode the SN into its pieces)
relations: to DU (via SN), to PEB (via SN), for both direct relations (FT is a child of DU, and a child of PEB), position attribute will be of the form Cx:Mx (Connector [C1:C19], Module [M1:M19])
Currently working on a lookup table (FT SN -> length type, length type -> length, length -> possible RowConnector:RowModule, possible DUs)