foivz / pop-app-flutter

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

Login user #2

Closed mislavmatijevic closed 1 year ago

mislavmatijevic commented 1 year ago

Application enables user to log in.

Acceptance Criteria

Condition Description
Given User has created account in the app
When User opens app and enters username and password
If any incorrect Red text shows up: "Your username or password are incorrect."
If correct
If registration wasn't 100% completed Select role, select their team's store
Else, Then Switch to Main menu

NOTE: Additional information needed on this screen: Description (If you own a store, select it in the list below. Otherwise, skip this step:), and with no stores selected the tick button is not a tick, but rather a blue button with text I don't have a store, skip.


mislavmatijevic commented 1 year ago

@jfletcher20, check the message on the previous commit. Unfortunately, it introduces more work on the login branch.

Turns out company selection is actually a buyer's registration part of the story, but I failed to realize that from the old app's demonstration.

Since company selection and role selection was kinda my work from this new perspective, I'm going to take it from here and fix the login branch to allow company selection and role selection only when needed. That's gonna make our work fairly 50-50.

Keep up the good work!

jfletcher20 commented 1 year ago

@jfletcher20, check the message on the previous commit. Unfortunately, it introduces more work on the login branch.

Turns out company selection is actually a buyer's registration part of the story, but I failed to realize that from the old app's demonstration.

Since company selection and role selection was kinda my work from this new perspective, I'm going to take it from here and fix the login branch to allow company selection and role selection only when needed. That's gonna make our work fairly 50-50.

Keep up the good work!

Ok!