anxelic / CalendarBoard

https://www.figma.com/file/vm8PMaFIeM1dCKj6hkVNI1/Senior-Projects-Wireframe?node-id=0%3A1&t=dIVFGgko6x91znx0-1
https://calendarboard-e84ef.web.app
0 stars 0 forks source link

Calendar Component #4

Open alumnu opened 1 year ago

alumnu commented 1 year ago

Create calendar component

anxelic commented 1 year ago

found a calender api to use, got it imported in and displaying.

anxelic commented 1 year ago

Going to be using FullCalendar. It is a JavaScript based calendar. The way it creates events is not the way we want via the gui, but we would be able to call the create event while giving it parameters. So we would be able to create our own event creation "page" to allow for us to have the information we want.

anxelic commented 1 year ago

able to display a calendar, working towards adding events in a way we would like to be doing it

stephaneK123 commented 1 year ago

crashes when data is null for some reason

alumnu commented 1 year ago

crashes when data is null for some reason

theoretically fixed issue with calendar crashing

stephaneK123 commented 1 year ago

const user = useContext(userAuthContext); keeps crashing when there is no valid user and this breaks the calendar component which crashes the whole site, needs better error handling

stephaneK123 commented 1 year ago

Image