mek32390 / mchp-dev

Unified academic planner and study guide marketplace
0 stars 0 forks source link

Time till event on event_detail page #268

Closed mek32390 closed 6 years ago

mek32390 commented 9 years ago

I'm seeing 00:00 for the time till every event on this page.

https://github.com/mitchellias/mchp-dev/blob/develop/mchp/calendar_mchp/templates/calendar_mchp/event_detail.html#L17

bestan commented 9 years ago

@mitchellias I'm displaying start time of the event instead "time left countdown", which requires significantly more work. Do you want it to be a countdown?

mek32390 commented 9 years ago

@bestan are there start times for events? There is no place to provide it on the frontend. Is each event starting at 12am?

I thought it would be straightforward to implement a countdown using the moment.js library, but I suppose it's not.