Angblah / Comparator

Comparator is a web app that allows users to easily compare products to determine the one to best fit their needs.
https://thecomparator.herokuapp.com/
1 stars 0 forks source link

Registering Functionality #1

Closed t-haich closed 7 years ago

t-haich commented 7 years ago

As a user, I want the ability to register so that I can access account-related storage such as saved comparisons or comparison templates

alexyuisingwu commented 7 years ago

functionality currently in, but error messages/registration confirmation are fairly ugly. Also, no confirmation email is being sent yet (should that be another issue, or part of this one?)

honeychawla commented 7 years ago

I'm going to try to handle error messages/confirmation for registration

honeychawla commented 7 years ago

Error messages handled. Still need the case for when both username and email are already taken

alexyuisingwu commented 7 years ago

Error for when both username and email handled (though a little ugly, as both messages are stacked on each other instead of combined).

t-haich commented 7 years ago

Need to fix situation where both username and email are empty

honeychawla commented 7 years ago

Handled null fields when trying to register. Right now they show up as separate messages. They can be combined if they need to be.