Closed alicewriteswrongs closed 8 years ago
I did a variety of things so far:
EventFormatter
utility class to format the JSON for the calendarShift
- training vs not training, etcoh god this is getting huge
I decided to build a form for adding events in react
so yeah doing that now
On this again
I didn't have all the require
statements in the right place, so our React component (for the event form) wasn't getting included/wasn't defined.
Things are in better shape! The form is now posting back to Rails.
TODO:
OK time to make the calendar work.
Need to write all the callbacks that are passed in to fetch events, create events, etc.