-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Resource view #373
Add Resource view #373
Conversation
thanks for this! looks good. if you want to open up your branch to allow pushes then I may be able to jump in and contribute a bit |
@jquense awesome, just added you as a collaborator :) |
I'm SO looking forward this feature ! Has anybody planned to work on this any time soon ? |
It would be great to have a resource view for the week view as well ... |
I've created #423, that serve the same purpose as this PR. The difference is that the logic of the resource is done directly in the TimeGrid instead of creating a |
Any update regarding the PR for vertical resource view? please do it as soon as possible because i need it urgently. Thanks in advance. |
@mukesh-n-crest that aint how it works papi |
@jquense @sabarasaba I think we can close this PR since #423 has been merged |
Hi guys, just to confirm, is this feature available now? The day-view calendar with all the rooms across the top is beautiful. Any documentation on how to set it up? Thanks! I tried the example with the resource map like this, but it never changes to show the resources across the top. Anything wrong with this?:
and the Big Calendar component like this:
|
@asharafshahi This implementation I did never ended up being merged but there was another PR that actually added it in a different way. Not sure about its API thought, but might be worth asking there :) |
Heya,
I'm back from holidays, but have a lot of stuff on my plate at the moment and I don't know how much more time I'll be able to put on this pr. I'm hopeful someone else that is in need of it will be able to pick it up and make the few small things that are needed:
Resource
andResourceGrid
are just duped files fromDay
andTimeGrid
files with some extra added functionality. I'd be much happier if we could somehow DRY it up./examples/demos
folder and documentation.I've added a
story
that shows how the resource view works and example data instories/resourceEvents.js
.Fixes #13 and others.