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
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
Personentities through the relationshiptrusted neighbour. For now, the entity should only encapsulate minimal information: