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

Add onClick event functionality #45

Closed
2 tasks done
vwinstea opened this issue Feb 1, 2022 · 0 comments · Fixed by #53
Closed
2 tasks done

Add onClick event functionality #45

vwinstea opened this issue Feb 1, 2022 · 0 comments · Fixed by #53
Assignees

Comments

@vwinstea
Copy link
Contributor

vwinstea commented Feb 1, 2022

In order to get from the homepage to the signup page, a user will need to click on an event on the calendar and then be taken to the signup page where the event will be displayed. In this task you will:

  • Change the event click so it stores the event that was clicked on in the selectedEvent state.
  • Pass this selected event to the sign up page. Note that this may require lifting state to App.tsx so the selectedEvent can be passed through a route, although you may also be able to use route params instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants