From 6b261df5452c8f8923ee27dadde3fba84ceb49ca Mon Sep 17 00:00:00 2001 From: Angelo Reale <12191809+angeloreale@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:40:11 +0100 Subject: [PATCH] ar(fix) [DPCP-NAN]: schemas FY --- prisma/private/prisma/schema/__be-pii.prisma | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/prisma/private/prisma/schema/__be-pii.prisma b/prisma/private/prisma/schema/__be-pii.prisma index 8188b7dd..fec90b67 100644 --- a/prisma/private/prisma/schema/__be-pii.prisma +++ b/prisma/private/prisma/schema/__be-pii.prisma @@ -12,7 +12,20 @@ model BeYou { legalResidencies ILocation? domiciles ILocation? beAt ILocation? - movingTo ILocation? + + // radius graph: + // r0 (hour movements) < + // r1 (neighbourhood), < + // r2 (city) < + // r3 (country) + // geofences. + + movingFrom ILocation[]? + + // predictions (latest movements, calendar movements, incident movements) + // or intentions + + movingTo ILocation[]? activeContracts InvestContracts[]? pendingContracts InvestContracts[]?