You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user:
I can register for a new account from the home page
View:
The register form is placed at both the main jumbotron and right above the footer. When user scrolls below the jumbotron, another register form takes place of the login button on the top sticky bar
Implementation:
User submits both the required email address and postal code
if either is missing, a red dot appear besides the missing field(s)
User is redirected to the signup page where the e-mail address and the location, based on the postal code before, are already filled.
User is required to fill the password field.
If any field is missing, a red dot appears besides the missing field(s)
User is redirected to ‘plan selection’ page
User is presented with two subscription options with price and description of each
User is required to choose one to proceed to the next step
User is redirected to the ‘billing’ page
Fields:
Name of card
Credit Card Number
Expiry Month and Expiry Year
CVC
User is also presented with a ‘choose another plan’ link that takes them back to the previous step
User is required to fill all the fields
The missing/invalid fields will have descriptive error message along with them
The text was updated successfully, but these errors were encountered:
As a user:
I can register for a new account from the home page
View:
The register form is placed at both the main jumbotron and right above the footer. When user scrolls below the jumbotron, another register form takes place of the login button on the top sticky bar
Implementation:
The text was updated successfully, but these errors were encountered: