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

Solid and Clean Code: Refactoring of recover password implementation #365

Closed
5 tasks done
devsalula opened this issue Nov 30, 2020 · 0 comments
Closed
5 tasks done

Comments

@devsalula
Copy link
Contributor

devsalula commented Nov 30, 2020

Description

Solid and clean code issue for recover password method. This issue is focused on improving the implementation of the recover password method, adapting it to clean code and solid.

Acceptance criteria:

  • The user must receive a hash code in the email to recover the password
  • The user enters a new password

Tasks

  • Reduce the number of lines of the recover password method
  • Make sure everything works with unit tests
  • Organize methods in classes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants