Skip to content

Commit

Permalink
puml files
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Mar 16, 2022
1 parent f13ad29 commit 2ad46ed
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 0 deletions.
Binary file added docs/DEBT_POSITIONS_QUEUE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/DEBT_POSITIONS_QUEUE.puml
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
33 changes: 33 additions & 0 deletions docs/DEBT_POSITIONS_TABLE.puml
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
13 changes: 13 additions & 0 deletions docs/IUVS_TABLE.puml
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
21 changes: 21 additions & 0 deletions docs/ORGANIZATIONS_CONFIG_TABLE.puml
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
Binary file added docs/Table-Debtor_Positions_Table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Table-IUVs_Table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Table-Organizations_Config_Table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ad46ed

Please sign in to comment.