CompSciClub / Hopkins-Planner

9 stars 10 forks source link

Moved event not changed in events object #62

Closed jteplitz closed 11 years ago

jteplitz commented 11 years ago

If you move an event you can't edit or save it without refreshing

mattdailis commented 11 years ago

you probably know this already, but in case you don't: use the "addToEvents" and "removeEvents" functions in week.js. It'll make your life easier :) (our events object is a pain to edit)

I love the way the mini calendar disables days when the block doesn't meet...that was a nice touch!

jteplitz commented 11 years ago

Wow that's really useful. Thanks Matt.

Disabling the dates was actually much harder than I expected, had to come up with a method that checked if a class would meet on any given date and then modify the date picker to call it and respond visually to it. On Feb 6, 2013 3:19 PM, "Matt" notifications@github.com wrote:

you probably know this already, but in case you don't: use the "addToEvents" and "removeEvents" functions in week.js. It'll make your life easier :) (our events object is a pain to edit)

I love the way the mini calendar disables days when the block doesn't meet...that was a nice touch!

— Reply to this email directly or view it on GitHubhttps://github.com/CompSciClub/Hopkins-Planner/issues/62#issuecomment-13202829.