Update use cases authored by Aleksandra Grabowska's avatar Aleksandra Grabowska
...@@ -2,14 +2,17 @@ ...@@ -2,14 +2,17 @@
1. What should a user do to receive IBAN account in Dan's bank? Is a user country important? 1. What should a user do to receive IBAN account in Dan's bank? Is a user country important?
**UC 1** **UC 1**
A Blockchain user sends cryptocurrency and wants to receive Euro. A Blockchain user sends cryptocurrency and wants to receive Euro(beetwen own accounts).
*Initial condition:* A user has an account number in Dan’s bank. *Initial condition:* A user has an account number in Dan’s bank.
It is outside SEPA. It is outside SEPA.
*Remark*: Everyone can send money to IBAN account and user doesn't need any access to this account. *Remark*: Everyone can send money to IBAN account and user doesn't need any access to this account.
1. Operacja w blockchaine zawierać docelowy IBAN.
2. Opis w memo ( w tym IBAN) jest niejawny (zaszyfrowany).
3. Standardowa ścieżka przetwarzania transakcji w Exchangu: skaner transakcji w źródłowym blockchainie rozpoznaje operacje i podejmuje odpowiednie akcje - jak obecnie, przekazując je do SEPA-plugin. SEPA-plugin jest odpowiedzalny za rozpoznanie numeru IBAN (jako jako zewnętrzny lub wewnętrzny) i podjęcie odpowiednich akcji z DIS.
4. Jeżeli przelew jest
**UC 2** **UC 2**
A Blockchain user sends cryptocurrency and wants to receive Euro (beetwen own accounts). A Blockchain user sends cryptocurrency and wants to receive Euro .
*Initial condition:* A user doesn’t have an IBAN account number in Dan’s bank. *Initial condition:* A user doesn’t have an IBAN account number in Dan’s bank.
There are following operations: There are following operations:
1. In the Blockchain: 1. In the Blockchain:
... ...
......