A simple day-view event calendar.
- Underscore or LoDash, for rendering templates
- jQuery
Clone the repo, then npm install && bower install && grunt develop
(also depends on the Compass gem being installed)
Any changes made since submitting the code sample:
- Enabled paging between days
- Improved overlapping event grouping function
General clean upImprove performance of overlapping event function- Improve packaging of default pre-compiled templates. Ideally, they should be tucked into the same dailycalendar.js file, and hidden from the global scope.
- Draw timeslots table only once. The performance of precompiled underscore templates might make this a non-issue, though.