Based on discussion in #125.
The Lots extension allows for the creation of tender/lotGroups, but there are never referenced from any other field (like relatedLots), as far as I'm aware.
We have two options:
- Change all
relatedLot and relatedLots fields (I think those are the only names we use) to allow referencing an object in the tender/lotGroups array
- Create a separate field, in the case where a group is referenced.
I think (1) is preferred, as the use of lotGroups is rare. This will require some additional rules around how lotGroup IDs are generated, e.g. with a group- prefix, so that users know where to perform the lookup.
Based on discussion in #125.
The Lots extension allows for the creation of
tender/lotGroups, but there are never referenced from any other field (likerelatedLots), as far as I'm aware.We have two options:
relatedLotandrelatedLotsfields (I think those are the only names we use) to allow referencing an object in thetender/lotGroupsarrayI think (1) is preferred, as the use of lotGroups is rare. This will require some additional rules around how lotGroup IDs are generated, e.g. with a
group-prefix, so that users know where to perform the lookup.