You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to support buildReference on a one-to-many relationship, so that I can choose to save my records under any collections/sub-collections
Acceptance Criteria:
Support buildReference on hasMany one-to-many relationship type
Support buildReference on belongsTo relationships
This is only used for determining what collection/sub-collection this relationship will use when saving the Referencedata type property.
When fetching the relationship, it will bypass the buildReference and simply fetch whatever the Reference data type resolves to
The text was updated successfully, but these errors were encountered:
Spin-off from the discussions in #150
User Story:
As a user, I want to support
buildReference
on a one-to-many relationship, so that I can choose to save my records under any collections/sub-collectionsAcceptance Criteria:
buildReference
onhasMany
one-to-many relationship typebuildReference
onbelongsTo
relationshipsReference
data type property.buildReference
and simply fetch whatever theReference
data type resolves toThe text was updated successfully, but these errors were encountered: