ECellNitrr / teesco-website

Apache License 2.0
2 stars 8 forks source link

forget password form UI #9

Open naveennvrgup opened 4 years ago

naveennvrgup commented 4 years ago

Is your feature request related to a problem? Please describe. We need a forget password form UI

comp - src/components/ForgetPassword/Form.js stories - src/components/ForgetPassword/Form.stories.js

Describe the solution you'd like

  1. create a form with
    1. enter email input+ get otp btn
    2. enter otp input+ verify otp btn
    3. enter new password input + verify new password input + change password btn
    4. go to login link
  2. Only if the previous step is done the next step should active or else it should be disabled.
  3. Only do the UI and stories no need to wire the API
  4. Write stories for success cases of all API calls
  5. Other stories will be separated into a new issue.
nikhil-chacko commented 4 years ago

I will like to work on this issue