companionstudio / islay

A Rails engine which forms the base for a website back-end.
MIT License
0 stars 0 forks source link

Replace date picker #19

Open lukesutton opened 10 years ago

lukesutton commented 10 years ago

The current picker wraps Kalendae, which is a bit rubbish. A good replacement might be CLNDR; it would let us provide our own markup and styles.

lukesutton commented 10 years ago

Additionally, we should investigate a better way of handling date ranges. Currently we allow the user to input two separate dates and then validate the overlap on the server side.