COS301-SE-2021 / Harmony

Visiting South Africa a tourist would not know what a Bunny Chow is, let alone what it pairs well with. They would pull out their phone, snap a picture of their meal and Harmony would show them the best possible drink pairings.
5 stars 0 forks source link

SignIn UI/UX enhancements: #131

Closed JdPerumal closed 3 years ago

JdPerumal commented 3 years ago

-Onclick show password icon both the password and confirm password field should show at once. (Currently, each needs to be clicked to see the respective password)

-When filling in the forms keyboard should have a "next" button and that should navigate the user to the next form field, the final form field should have a "done" button which would submit the form

-User should be able to submit the form while the keyboard is still showing. (Currently, the user must click twice to submit, once to close the keyboard and another to submit the form, this action should be completed in one click)

-SignIn screen only animates on the initial load, no animation on navigateBack.

Deadline: None

JdPerumal commented 3 years ago

Remove welcome back to just welcome

remove check mark from username

implement more password security check if passwords are encrypted or not

implement thirdparty SignIn

JdPerumal commented 3 years ago

Completed: Reimplemented Animations, they're now smoother and clean. Replaced "Welcome back" with "Harmony" Removed checkicon from username field on SignUpScreen. Removed coloured borders indicating valid input for username and password fields on SignUpScreen Checked if passwords are encrypted or sent as plaintext: Passwords seem to be encrypted with Cognito: https://stackoverflow.com/questions/54212267/does-cognito-authentication-send-hashes-over-the-wire https://docs.aws.amazon.com/cognito/latest/developerguide/data-protection.html

JdPerumal commented 3 years ago

Completed