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 13: As A powerPay User I will Like To check My balance using My SmartPhone #6

Open stephane-segning opened 6 months ago

stephane-segning commented 6 months ago

1.Description

2.Sequence Diagram

sequenceDiagram
participant u as User
participant s as Smart phone
participant ppa as PowerPay App
participant pps as PowerPay Service
u->>s:Communication
s->>ppa: Ask for balance check(PIN)
ppa->>pps:send(request and PIN)
pps->>pps:check for pin and account
pps-->>ppa:incorrect PIN(response)
ppa-->>s:incorrect PIN(reponse)
s-->>u:Dsplay(response)
pps-->>ppa:ok(balance)
ppa-->>s:ok(balance)
s-->>u:Dsplay(balance)

3.WireFrame

Image

4.Ticket Implement user pin input in the Frontend (PWA): A user should give his PIN to validate the check balance process Implement OK screen in the Frontend (PWA): A user should see a his balance and can close the screen with the ok button.

stephane-segning commented 6 months ago

This is the same as #1