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 an user in the application I need to be able to add a list of trusted neighbours.
We need to create a new entity that links two Person entities through the relationship trusted neighbour. For now, the entity should only encapsulate minimal information:
id of the trustee
id of the trusted Person
timestamp of the relationship
The text was updated successfully, but these errors were encountered:
As an user in the application I need to be able to add a list of trusted neighbours.
We need to create a new entity that links two
Person
entities through the relationshiptrusted neighbour
. For now, the entity should only encapsulate minimal information:The text was updated successfully, but these errors were encountered: