You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user goes to the /SignupBusiness route, rather than immediately rerouting to the Business Dashboard, reroute them to the Business Setup Page (in the photo the last 4 pages). To do this, create a component called BusinesssSetupPageMaster (please reference BusinessFormMaster.jsx to see how to do this), and then keep track of what step the user is on, and then when they are done with the current step, we should move onto the next step to show the next component on the screen. Then once the user is finished, we can then take them onto the Business Dashboard.
Implement all the CSS and functionality for this sprint, it should exactly match the Figma. Use as many Chakra elements as possible, then you can switch on over to using plain CSS.
The text was updated successfully, but these errors were encountered:
Figma: https://www.figma.com/file/VkH80LtHkl1Ck76v88fTvk/FPH-Wireframes?type=design&node-id=2817-13503&mode=design&t=JdGksYsWMHWTJH03-0
When the user goes to the /SignupBusiness route, rather than immediately rerouting to the Business Dashboard, reroute them to the Business Setup Page (in the photo the last 4 pages). To do this, create a component called BusinesssSetupPageMaster (please reference BusinessFormMaster.jsx to see how to do this), and then keep track of what step the user is on, and then when they are done with the current step, we should move onto the next step to show the next component on the screen. Then once the user is finished, we can then take them onto the Business Dashboard.
Implement all the CSS and functionality for this sprint, it should exactly match the Figma. Use as many Chakra elements as possible, then you can switch on over to using plain CSS.
The text was updated successfully, but these errors were encountered: