seankenny / fullcalendar

Full-sized drag & drop event calendar (jQuery plugin)
http://arshaw.com/fullcalendar/
MIT License
60 stars 39 forks source link

Resource Week View #37

Open nthurston opened 10 years ago

nthurston commented 10 years ago

Any plans on a week view version? Or any advice on a starting point if I wanted to try this myself?

seankenny commented 10 years ago

Hi Nicholas,

The master branch is on v2.1 (https://github.com/seankenny/fullcalendar/tree/master). Still in beta but I'd start on that one as the rendering code changed signigficantly from v2 to 2.1.

Had you an idea on how you wanted the view to look? I assume the same as the day view except days rather than hours?

Happy to work with you on this.

Sean

nthurston commented 10 years ago

I thought of a couple variations.. let me know which one you think is more feasible.

First one pretty much what you said, same as day view but add day on Y-Axis:

Day Hour Resource 1 Resource 2 Resource 3
Monday 8:00
9:00
10:00
11:00
12:00
etc.
Tuesday 8:00
9:00
10:00
11:00
12:00
etc.

Or.. move resource to Y-Axis and put hours on X-Axis, kinda like a timeline

8:00 9:00 10:00 11:00 12:00 etc.
Monday Resource 1
Resource 2
Resource 3
Tuesday Resource 1
Resource 2
Resource 3
seankenny commented 10 years ago

I'va had a few queries on gantt style resource views which might tie in nicely with the second style. Craeting a day/week/month view would be very simple extensions of one another. That would be my preference at least. I'll take a look at what's involved today/tomorrow.

allen-oneill commented 10 years ago

Hi Sean, wondering if there is movement on the timeline/horizontal resource? ... might put in my take on it:

resourcetimelineview

Happy to take a look and see where I can help on it with your guidance on where to go. The latter view is where I personally need to get to .. even better with collapse/expand div in "resource groups"

SASniper commented 10 years ago

Hey guys,

I too am hoping for a week version of this great addition to FullCalendar, thanks for the work so far!

In my particular usage I need each day within the week view to have just two resource columns, is this easily added? Even if you could steer me in the right direction that would be awesome!

Thanks

seankenny commented 10 years ago

Hey guys - sorry for the slow response on this. It is definitely something I want to get done. Just stuggling a bit with time at the moment. Everytime I try to sit down to tackle this, something comes up :-(

The master branch code is the place for this as the rendering has all changed with the latest release. I'll try to get at least something started over the next week or so.

allen-oneill commented 10 years ago

NP Sean - if you lead the way I'll start digging in as I can ... its the knowing where to start bit :)

allen-oneill commented 9 years ago

Hi Sean - wondering if you made any headway on this? ... happy to dig in over cto help rimbo if you have any time then!

SASniper commented 9 years ago

Hey guys, just a quick catch up here, wondering if this is progressing?

Thanks!

allen-oneill commented 9 years ago

I never got time .. intend to hit it over the next few weeks time permitting!