ic-labs / django-icekit

GLAMkit is a next-generation Python CMS by the Interaction Consortium, designed especially for the cultural sector.
http://glamkit.com
MIT License
47 stars 11 forks source link

Events should have durations, not end date/times #272

Open cogat opened 7 years ago

cogat commented 7 years ago

The vast majority of events end on the same day that they start and it is a waste of time, and error-prone, to have to select the start day twice.

Content entry teams think about events in terms of start time and duration (in minutes), not start time/end time.

(The data model needs to stay the same to support the kinds of queries we're doing - only the admin UI changes).

If an event is all-day, then the admin UI should present start date and end date as specified in #266.