ADORSYS-GIS / e2e-banking-app

Banking app for people
https://adorsys-gis.github.io/e2e-banking-app/
Mozilla Public License 2.0
4 stars 21 forks source link

User Story 10: As an Individual, I would like to be able to register for the Power Pay App using my smart phone #8

Open stephane-segning opened 6 months ago

stephane-segning commented 6 months ago

Description:

Sequence Diagram

sequenceDiagram
actor smartphoneuser
participant PPapp
participant PPservice
smartphoneuser ->> PPapp: Enter: name, number, pin
PPapp ->> PPservice: send info
PPservice ->> PPservice: checks the info
PPservice -->> PPapp: success message requesting otp code
PPapp -->> smartphoneuser:  display()
smartphoneuser ->> PPapp: enter otp code
PPapp ->> PPservice:    send otp code
PPservice ->> PPservice: stores record
PPservice -->> PPapp: success message(now a user)
PPapp -->> smartphoneuser: display 

Wireframe

Image