question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Resource View (vertical, multiple columns per day)

See original GitHub issue

Originally reported on Google Code with ID 490

It would be nice to manage several users on week/day view using seperated columns.

I've started to implement this functionality.
(Fork: http://github.com/calendarlover/fullcalendar)
This first commit only contains small updates, and a example file (multi-users.html)

The all-day mode seems incompatible with this kind of view, hence it has to be disabled
to 
allow multi-user mode.

TODO:
- Fix overlapping bug which occurs when two events are displayed in the same time but
for 
different users
- Add callback on drop to enable/disable move between different users with eventually
an 
update of event.userId
- Add filter system to mask/unmask quickly specific user columns
- Handle short names in case of long usernames (quickfix could be using css: 
overflow:hidden)

If you want to implement some of these methods please let me know as for now I have
to stop 
for a while the developpement of this feature.

Reported by ljaures on 2010-05-20 12:01:10

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:130 (130 by maintainers)

github_iconTop GitHub Comments

2reactions
arshawcommented, Aug 19, 2015
A working example would be great, I'd love to see this in a service application like
service vehicle trucks per area, or sales people per zone.

+-----+-------------------+--------------------+-------------------+
|     |      Monday       |      Tuesday       |      Wednesday    |              

+-----+-------------------+--------------------+-------------------+
| RSC | TRUCK 1 | TRUCK 2 |  TRUCK 1 | TRUCK 2 | TRUCK 1 | TRUCK 2 |
+-----+=========+=========+==========+=========+=========+=========+
|8AM  | Place 1 |  ****** |  ******  |  ****** | Place 1 | Place 2 |
+-----+          ---------+--------------------+                   +
|9AM  |         | Place 2 |  Place 1 | ******* |         |         |
+-----+---------+         +--------------------+----------         +
|10AM |  *****  |         |  Place 2 | Place 3 | Place 3 |         |
+-----+-------------------+--------------------+-------------------+

Reported by JamesMorris.ars on 2014-07-12 14:30:31

0reactions
arshawcommented, Aug 26, 2015

discussion has been moved to the Scheduler’s issue tracker: https://github.com/fullcalendar/fullcalendar-scheduler/issues/5

Read more comments on GitHub >

github_iconTop Results From Across the Web

Vertical Resource View - Docs v3 - FullCalendar
Determines if multi-day agenda or basic views should display resource columns. If so, renders date headings above resource headings. Demos: Screenshot: 1-day ......
Read more >
FullCalendar.io Scheduler - Can I have resources as columns ...
In Fullcalendar Scheduler's TimeGrid View with vertical resource view (https://fullcalendar.io/docs/vertical-resource-view), is it possible ...
Read more >
Customization of Multiple Resources view | Angular - Syncfusion
The vertical view is not suitable. Ideally, we have two "slots" or sub-columns for a single doctor, one for each event type.
Read more >
FullCalendar - With a Resource Day View! - Sean Kenny
So on another project, we needed to be able to see the calendar agenda day view with it split into vertical columns for...
Read more >
Work with Calendar View - Smartsheet Learning Center
The Calendar View is a reflection of the dates contained in a sheet or report. Any sheet or report containing at least one...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found