Calendar visualisation - need help

futuron

Member
Hi,
I would like to create the following. It's for an overview of tickets for an event. (just the link to them from a calendar widget)
I want to see a small calendar for september-october-november-december.
upload_2016-8-2_11-7-45.png

In that calendar you see
greyed out days if there are no tickets for sale
black days if there are tickets for sale
red days if all the tickets for that day are sold out you it's red

Status and links will be manually updated.

The form to fill looks like this:
Date: date picker
Link: Link to open in modal
Status: Available (black link) / Sold out (red link) / Special (purple)
(no idea what special should be for but at least we have an extra option there)

Can it be done with a viz? how? :)
 
There isn't a way of doing that out-of-box.

I think the only way of doing this would be to code it up by hand, which wouldn't be trivial.

You might be able to fake it with a form, and some custom hackery to render the date widgets inline instead of as popups, and ignore clicks on the calendars, and some custom CSS for hiding the rest of the date element, etc. That way, at least most the code for creating the date widgets is done for you. Although I would also have to make some changes to the date element 9which I've been planning to do anyway) to allow the PHP 'allow dates' code to return a class name to apply to the cell.

Either way, it's a fair amount of work.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top