foivz / pop-app-flutter

Mobile application for the course Entrepreneurial venture.
2 stars 0 forks source link

Register user #1

Closed mislavmatijevic closed 1 year ago

mislavmatijevic commented 1 year ago

Application enables user to register.

Acceptance Criteria

Condition Description
Given User has installed the app
When User types name, surname, username, email, passwordand repeated password.
Then User is registered
Then If User selects role Seller and enters store name
Or If User selects role Buyer and selects their own store name from a list
Then A message appears: A professor has to confirm your registration. After your account is confirmed, you will gain access to the rest of the application.

Images:

mislavmatijevic commented 1 year ago

Possibly should add more front-end validation. Message that pops on successful registration covers the "next" button for a second or two if not manually swiped down.