The first thing is to change the day selector to a calendar widget. I think it can be much more easier to navigate with that.

The second thing is the changing of the days. Right now, it reloads the full page which is pretty slow.
My idea is a little javascript function, which does the following:
1.) clears all selection
2.) sends an ajax (not ahah) query to get a 2 dimensional array
3.) with 2 nested for loops, you iterate through this array, and check the selected fields

Comments

itarato’s picture

Status: Active » Postponed

Hi Yorirou,

It's a bit more complicated than that. I think it'd be a great feature, but due to the lack of time I postpone it.

tamasd’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Assigned: Unassigned » tamasd
Status: Postponed » Needs work

I am working on the implementation for 2.x.

mlncn’s picture

Day selection isn't working for me at all in the 2.x branch, so very interested in this feature!