From 3ca14ab1efb22b08fe3b8b8c3086ac959be46b01 Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Fri, 17 Nov 2023 21:09:38 +0100 Subject: [PATCH 1/2] Update project.json structure --- 01-model/01-project/02-gate-bravo.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/01-model/01-project/02-gate-bravo.json b/01-model/01-project/02-gate-bravo.json index d9e2367..94416f8 100644 --- a/01-model/01-project/02-gate-bravo.json +++ b/01-model/01-project/02-gate-bravo.json @@ -5,6 +5,9 @@ "temp": "True" }, "kind": "project", - "spec": [ - "basic-account", "aggregate-account"] + "spec": { + "feature-sets": [ + "basic-account", "aggregate-account"], + "feature-vectors": [] + } } \ No newline at end of file From 3b9ce7452d4a4a458b8023a86c350473ee54a1e3 Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:55:05 +0100 Subject: [PATCH 2/2] Add other featuresets to the projects --- 01-model/01-project/01-gate-alfa.json | 2 +- 01-model/01-project/02-gate-bravo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/01-model/01-project/01-gate-alfa.json b/01-model/01-project/01-gate-alfa.json index 308264f..e7c38e0 100644 --- a/01-model/01-project/01-gate-alfa.json +++ b/01-model/01-project/01-gate-alfa.json @@ -7,7 +7,7 @@ "kind": "project", "spec": { "feature-sets": [ - "basic-party","basic-account","basic-transaction", + "basic-party", "basic-partycontact", "basic-partyrelation", "basic-account", "basic-transaction", "basic-event", "aggregate-party", "aggregate-account", "aggregate-transaction"], "feature-vectors": ["vector-partycontact"] } diff --git a/01-model/01-project/02-gate-bravo.json b/01-model/01-project/02-gate-bravo.json index 94416f8..1661509 100644 --- a/01-model/01-project/02-gate-bravo.json +++ b/01-model/01-project/02-gate-bravo.json @@ -7,7 +7,7 @@ "kind": "project", "spec": { "feature-sets": [ - "basic-account", "aggregate-account"], + "basic-account", "basic-partycontact", "aggregate-account"], "feature-vectors": [] } } \ No newline at end of file