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
The term "root entity" is used in both the UnstructuredDataDependency table and in the domain layer in RootEntityMicroSummary, given that these are both closely related I think we should look at the terms here. It might be that neither needs to use "root", and instead the relationship is defined but the name of the property the entity is connecting to e.g. UnstructuredDataDependency.RootEntityId could just be UnstructuredDataDependency.EntityId, where RelatedEntityId defines that relationship.
For RootEntityMicroSummary and ChildEntityMicroSummary, again I think it would be better to rename RootEntityMicroSummary to EntityMicroSummary and have ChildEntityMicroSummary layer on top the alternative behaviour / term, but it needs more investigation.
For now I have clarified in comments.
The text was updated successfully, but these errors were encountered:
The term "root entity" is used in both the UnstructuredDataDependency table and in the domain layer in
RootEntityMicroSummary
, given that these are both closely related I think we should look at the terms here. It might be that neither needs to use "root", and instead the relationship is defined but the name of the property the entity is connecting to e.g.UnstructuredDataDependency.RootEntityId
could just beUnstructuredDataDependency.EntityId
, whereRelatedEntityId
defines that relationship.For
RootEntityMicroSummary
andChildEntityMicroSummary
, again I think it would be better to renameRootEntityMicroSummary
toEntityMicroSummary
and haveChildEntityMicroSummary
layer on top the alternative behaviour / term, but it needs more investigation.For now I have clarified in comments.
The text was updated successfully, but these errors were encountered: