umbraco-community / Our.Umbraco.OpeningHours

An Umbraco property editor for handling opening hours
MIT License
9 stars 13 forks source link

Option to split opening hours #4

Closed bjarnef closed 8 years ago

bjarnef commented 8 years ago

It would be great if you had the option to split opening hours similar to this http://ux.stackexchange.com/a/33622

In the OpeningSoon package you can split the time into two sets: https://our.umbraco.org/projects/backoffice-extensions/openingsoon/

It might be useful in some cases.

abjerner commented 8 years ago

I had thought about this as well, but wasn't sure whether it was something people actually needed. I'll write it on my todo-list ;)

bjarnef commented 8 years ago

I think it should be an option to enable and when enabled you can add an extra timeset. An example: http://101webdesigns.com/wp-content/uploads/2013/06/Opening-Hours.jpg

But more a nice-to-have feature :)

abjerner commented 8 years ago

image

@bjarnef Just played a bit around with adding support for multiple opening hours. How does this look?

bjarnef commented 8 years ago

@abjerner I think it is looking great :+1:

abjerner commented 8 years ago

This is now possible in the latest code. I will push a new release soon ;)