temekuweb / meetup-portal-client

1 stars 1 forks source link

Register form #3

Open stratease opened 6 years ago

stratease commented 6 years ago

User comes to our register page and is able to easily register with email, username and password fields, where username will be a handle similar to a slack/twitter handle. If there are validation or user exists errors, the error messages will be displayed in the form using Material UI standard styles. On success it will redirect to the home "/" page.

stratease commented 6 years ago

@crs2here let me know if any details missing, I'm working on adding more overview/quickstart docs to the readme of the repo

stratease commented 6 years ago

@crs2here we also need to come to some concensus on the exact validation requirements, as the frontend will have to support the backend validation rules. Such as allowed characters for a username, and password requirements.

crs2here commented 6 years ago

@stratease thanks for sending this my way.