Skip to content

Commit

Permalink
Merge pull request #62 from george0st/change
Browse files Browse the repository at this point in the history
Add vector-accounttransaction
  • Loading branch information
george0st authored Dec 12, 2023
2 parents fae6ff4 + 7e3d82a commit df86458
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
4 changes: 3 additions & 1 deletion 01-model/01-project/01-gate-alfa.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"vector-party",
"vector-partycontact",
"vector-partyaccount",
"vector-partycontactaccount"]
"vector-partycontactaccount",
"vector-accounttransaction"
]
}
}
4 changes: 2 additions & 2 deletions 01-model/03-feature-vector/03-vector-partyaccount.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"basic-party.party-gender",
"basic-party.party-familystatus",
"basic-party.party-nchild",
"basic-account.account-id",
"basic-account.account-type",
"basic-account.account-state"]
"basic-account.account-state"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"basic-contact.contact-email",
"basic-contact.contact-phone",
"basic-contact.contact-state",
"basic-account.account-id",
"basic-account.account-type",
"basic-account.account-state"
]
Expand Down
15 changes: 15 additions & 0 deletions 01-model/03-feature-vector/05-vector-accounttransaction.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "vector-accounttransaction",
"description": "Vector joins the 'basic-account' and the 'basic-transaction'",
"kind": "feature-vector",
"spec": {
"features": [
"basic-account.account-type",
"basic-account.account-state",
"basic-transaction.transaction-id",
"basic-transaction.transaction-value",
"basic-transaction.transaction-currency",
"basic-transaction.transaction-date"
]
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This meta-model is suitable for:
- external test coverage (in case, that internal test coverage is not available or weak)
- etc.

Note: You can see real usage in e.g. this project **[qgate-sln-mlrun](https://github.com/george0st/qgate-sln-mlrun)** for testing MLRun/Iguazio solution.
Note: You can see real usage in e.g. project **[qgate-sln-mlrun](https://github.com/george0st/qgate-sln-mlrun)** for testing MLRun/Iguazio solution.

## Structure
The solution contains this simple structure:
Expand Down

0 comments on commit df86458

Please sign in to comment.