codefordenver / encorelink

Connecting musician volunteers with healthcare centers
https://encorelink.herokuapp.com/
ISC License
20 stars 14 forks source link

Organizer Reschedule Event #43

Open darrenrichmond opened 8 years ago

darrenrichmond commented 8 years ago

As an Organizer, I need to be able to reschedule an event (either booked or not booked), because I cannot host the event in the scheduled time slot.

As the Playing by Heart product owner, I need to track rescheduled events, because this is a KPI I will use to try to reduce rescheduled events.

LiYChristopher commented 7 years ago

The essential CRUD functionality is in place - there's now a Reschedule link that hits the events/{eventId} endpoint using the PUT verb. Just need to work out some minor bugs with the field not auto-formatting with existing event data