foivz / pop-app-flutter

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

BugFix: User circumvents account confirmation #39

Open mislavmatijevic opened 1 year ago

mislavmatijevic commented 1 year ago

Acceptance Criteria

Condition Description
Given User quits registration without selecting a role/store
When User attempts to log in and then is presented by selection of role and store
Then User goes to main menu without confirmation check (i.e. without admin approving them)

This results in an error where the user thinks they're logged in, but in fact have no access to the API. It seems as if there's nothing in the app, no products, no packages etc. There is only a continuous spinner with no error message which should also be fixed (maybe with a timeout?).