morkeltry / GAP-microfinance

GAP microfinance frontend and Solidity prototype
0 stars 1 forks source link

Onboarding flow: auth page #20

Open morkeltry opened 6 years ago

morkeltry commented 6 years ago

Page receives ethAddr and phoneNo.

The Done button should white fade the whole screen, except the button itself and call isIdBoxregistered(ethAddr, phoneNo, branch) where branch is a callback taking one parameter.

If that parameter is true, it causes user be taken to loans flow branching logic If false, white fade is removed, and the middle text 'but you need to link your IDbox phone number' is changed to 'your phone number has not yet registered with IDbox'

isIdBoxregistered() can be called on the click/ submit event of 'Done' or, alternatively, before rendering the page, as appropriate for the framework.

jignasheth407 commented 6 years ago

Hello Mork, At yesterday I worked on deisgn pages of Onbording flow, for now please look at below screenshot url, now I m going to modify as per above changes:

http://prntscr.com/k6nk0y http://prntscr.com/k6nkbx http://prntscr.com/k6nk7d http://prntscr.com/k6nkgd