-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
CoreRelates to a recommended extensionRelates to a recommended extensionSchemaInvolves editing the schemaInvolves editing the schema
Milestone
Description
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
andrelatedLots
fields (I think those are the only names we use) to allow referencing an object in thetender/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.
Metadata
Metadata
Assignees
Labels
CoreRelates to a recommended extensionRelates to a recommended extensionSchemaInvolves editing the schemaInvolves editing the schema