foivz / pop-app-flutter

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

Adjust login to business rules #15

Closed mislavmatijevic closed 1 year ago

mislavmatijevic commented 1 year ago

Login issue's (#2) Acceptance Criteria wasn't really written to follow actual procedure.

No user can be left without a store. A user can leave registration form before selecting a store. However, of course, if user has completed their registration, they're certainly not going to be bothered by selecting their role and store again.

Hence, this issue serves to adapt login branch to the register branch and to the defined business rules.

mislavmatijevic commented 1 year ago

Now, both login and register branches are merged right here. This merge was neccessary to combine features of both work progresses.