zendesk / link-dane

A mobile website to connect those in need in to services that can help them
https://link-dane.co
Apache License 2.0
2 stars 3 forks source link

Fix: Individual days appear as ranges #47

Closed pchhetri closed 8 years ago

pchhetri commented 8 years ago

45

Currently if a day is marked as closed, a time interval is not passed. Thus, when computing/merging the time intervals, the day being marked as closed is ignored and instead engulfed in the overall timeline/time range which spurious day/time ranges.

Before:

After:

screenshot 2016-04-01 23 57 57

ckumar1 commented 8 years ago

👍