hack4impact-calpoly / hospice-of-slo

Volunteer Scheduling, Communication, and Tracking for Hospice of SLO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link Form to Calendar on Frontend and Backend

Ritvik1121 opened this issue · comments

This task involves using the modal that was created for the shift signup and linking that form to create an event that will display on the calendar and send it's data to the backend. This is pretty straightforward, currently the modal will pop up on click and has its data stored in variables.

You will need to connect the newly made modal to the new calendar as it is connected to the old calendar at the component.
You may want to look at the old calendar to see how things are displayed.
You can also look at the createVigil.jsx file to see how data is sent to the backend.

Let Ben and I know if you have any questions!