Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Password Change form | Front End #17

Closed
4 tasks done
NicolasOmar opened this issue Mar 16, 2022 · 0 comments
Closed
4 tasks done

Create a Password Change form | Front End #17

NicolasOmar opened this issue Mar 16, 2022 · 0 comments
Assignees
Labels
feature Add new things for the project legacy card Comes from a Trello board with old card format
Milestone

Comments

@NicolasOmar
Copy link
Owner

Objective: Create a Form where the User can update its password when is logged into the system:


The form will have the following fields:

  • Password (Minimun 6 characters. Required)
  • New Password (Minimun 6 characters. Required)
  • Repeat New Password (Minimun 6 characters. Required. Same as the new one)

Besides the form inputs, the form will also have 2 buttons:

  • Update: It will execute the update action
  • Cancel: It will redirect the user to the dashboard

To enable the Update button, all the fields need to have a valid value.


Task

  • Create UpdateUser component
  • Integrate Form for this component
  • Add Integration with GraphQL (Apollo)
  • Add error handling based on GraphQLErrors (Apollo)
@NicolasOmar NicolasOmar self-assigned this Mar 16, 2022
@NicolasOmar NicolasOmar added feature Add new things for the project legacy card Comes from a Trello board with old card format labels Mar 16, 2022
@NicolasOmar NicolasOmar added this to the v0.1 milestone Mar 16, 2022
@NicolasOmar NicolasOmar moved this from In Analysis to To Do in MyPets | Project Board Mar 16, 2022
Repository owner moved this from To Do to Done in MyPets | Project Board Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add new things for the project legacy card Comes from a Trello board with old card format
Projects
Development

No branches or pull requests

1 participant