LynxMasters / lynxmasters-ui

0 stars 0 forks source link

Fix Signup Stepper #128

Open ianarsenault opened 6 years ago

ianarsenault commented 6 years ago

Currently the signup stepper leaves room for wide-spread errors in saving and providing useful error messages, as well as functionality to take user back to where the error is.

Current Functionality: User signup does not actually save anything till the final step. This is where errors will be thrown, and currently theres no functionality to take user back to step that caused error

Updated Functionality Update stepper to save on each step, allowing for server-side errors to be thrown while on the same step.