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

Generic sign up form #35

Open
Neketek opened this issue Mar 14, 2018 · 1 comment
Open

Generic sign up form #35

Neketek opened this issue Mar 14, 2018 · 1 comment
Assignees

Comments

@Neketek
Copy link
Owner

Neketek commented Mar 14, 2018

We need to create nice looking functional sign up form.

@Neketek
Copy link
Owner Author

Neketek commented Mar 21, 2018

I suppose that sign-up form should contain next fields:

  • first name - required string field
  • last name - required string field
  • gender - required selection field or nested form based of radio buttons
  • birth date - required date field
  • cell phone - required phone field, dynamic check after cell phone format was checked
  • email - required email field, dynamic check after email format was checked
  • email confirmation - string field ,should disappear after user retyped the password and show that it's confirmed: label or icon.
  • password - string field with hidden value ,with animated security level value
  • password confirmation - should disappear after user retyped the password and show that it's confirmed: label or icon.
  • avatar - nested form
  • invite token - string field, not empty
  • terms of use agreement - boolean checkbox
  • captcha - Google recaptcha form

I should note, that avatar is the most complex field and technically it's separate nested form. Also any form which includes file field should have multipart form data data type instead of standard application-json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant