Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define State for navigation #77

Closed
claireolmstead opened this issue Jan 12, 2024 · 0 comments · Fixed by #89
Closed

Define State for navigation #77

claireolmstead opened this issue Jan 12, 2024 · 0 comments · Fixed by #89
Assignees
Labels

Comments

@claireolmstead
Copy link
Contributor

claireolmstead commented Jan 12, 2024

As a user, I want to be able to login, become a provider and view my dashboard once logged in.

  • Create enum to name login, create provider, and dashboard states on home page (Login, BecomeProvider, Dashboard)
  • Edit store so that the states persists
  • Add not a provider/become a provider component to the login component. onClick, switches state to BecomeProvider and displays register component.
    Provider Login & Become a Provider #82

DEV NOTES:

  • Do not change any styling as it is blocked by theming stories.
  • If content exists, put it in the correct order/place
  • If it doesn't exist, put a placeholder div
@p5150j p5150j added the v2 label Jan 13, 2024
@p5150j p5150j changed the title Define State For Login & Create Provider Flow Define State for navigation Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants