-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f13ad29
commit 2ad46ed
Showing
8 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
@startjson | ||
|
||
title Debtor Positions Queue | ||
|
||
{ | ||
"csvFilename": "string", | ||
"rows": [ | ||
{ | ||
"id": "string", | ||
"debtorName": "string", | ||
"debtorEmail": "string", | ||
"amount": 0, | ||
"iuv": "string", | ||
"iupd": "string", | ||
"fiscalCode": "string", | ||
"companyName": "string", | ||
"iban": "string" | ||
} | ||
] | ||
} | ||
|
||
|
||
@endjson |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
@startuml Table | ||
|
||
title Debtor Positions Table | ||
|
||
entity DEBT_POSITIONS_TABLE { | ||
* String partitionKeys <<csv_file_name>> | ||
* String rowKey <<id>> | ||
-- | ||
String status ("INSERTED" | "CREATED" | "ERROR") | ||
String paIdIstat | ||
String paIdCatasto | ||
String paIdFiscalCode | ||
String paIdCbill | ||
String paPecEmail | ||
String paReferentEmail | ||
String paReferentName | ||
String debtorIdFiscalCode | ||
String paymentNoticeNumber | ||
String note | ||
String debtorName | ||
String debtorEmail | ||
String amount | ||
String iuv | ||
String iupd | ||
String fiscalCode | ||
String companyName | ||
String iban | ||
String etag ("*") | ||
String timeStamp (format YYYY-MM-DD hh:mm:ss) | ||
} | ||
|
||
|
||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@startuml Table | ||
|
||
title IUVs Table | ||
|
||
entity IUVS_TABLE { | ||
* String partitionKeys <<paIdFiscalCode>> | ||
* String rowKey <<iuv>> | ||
-- | ||
String etag ("*") | ||
String timeStamp (format YYYY-MM-DD hh:mm:ss) | ||
} | ||
|
||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
@startuml Table | ||
|
||
title Organizations Config Table | ||
|
||
entity ORGANIZATIONS_CONFIG_TABLE { | ||
* String partitionKeys ("org") | ||
* String rowKey <<paIdFiscalCode>> | ||
-- | ||
String paIdIstat | ||
String paIdCatasto | ||
String paIdCbill | ||
String paPecEmail | ||
String paReferentEmail | ||
String paReferentName | ||
String companyName | ||
String iban | ||
String etag ("*") | ||
String timeStamp (format YYYY-MM-DD hh:mm:ss) | ||
} | ||
|
||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.