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
We need to implement the form, and then have the analytics all be updated correspondingly.
Acceptance Criteria
Implement the form component frontend correctly with proper design
Take in all the inputs in the form
Use the inputs to update the analytics correctly
Then, route the user back to the "Homepage" once they submit
If they say "No" to completing the shift, do not update the analytics, only when they click "Yes"
Implementation Notes
Reach out if you need help updating the analytics.
Use the data they inputted to update the analytics.
Make sure to set up the route of the dashboard correctly, don't worry about necessarily handling linking the confirmation form somewhere on the site for now, just make sure it has a valid route/link that can be accessed
If you need, you may have to use a dummy user for now to test everything, but make this very clear with a comment and put it in a separate variable.
The text was updated successfully, but these errors were encountered:
Description
Acceptance Criteria
Implementation Notes
The text was updated successfully, but these errors were encountered: