LucyParsonsCenter / shifts

A small app to manage training new collective members and working shifts
1 stars 0 forks source link

making the calendar work! #13

Closed alicewriteswrongs closed 8 years ago

alicewriteswrongs commented 8 years ago

OK time to make the calendar work.

Need to write all the callbacks that are passed in to fetch events, create events, etc.

alicewriteswrongs commented 8 years ago

I did a variety of things so far:

alicewriteswrongs commented 8 years ago

oh god this is getting huge

I decided to build a form for adding events in react

so yeah doing that now

alicewriteswrongs commented 8 years ago

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.

alicewriteswrongs commented 8 years ago

Things are in better shape! The form is now posting back to Rails.

TODO: