-
Notifications
You must be signed in to change notification settings - Fork 79
docs(scheduler):resource grouping documentation added #363
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
docs(scheduler):resource grouping documentation added #363
Conversation
xristianstefanov
commented
Jun 16, 2021
- Added Grouping in the Scheduler documentation
- New sections for Resource Grouping in all the available views
I recommend you rename the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The OnInitializedAsync in the component should not have to generate resources, the service should provide them. Make sure that code is cleaned up.
Rename the headings for resource grouping in the inidividual view articles to include the view name (e.g. "Resource Grouping in the Day View") as that's the first examples people will see when landing on the Resource Grouping page.
In the Resource Grouping article, consider moving the links to the four views examples in the basics section - so people have seen one example and are familiar with the new tag and its settings before looking at rather complex code.
Add a screenshot for grouping by multiple resources. In fact, consider making headings for them, it is a nice thing to point out to people. You can have three sections - Basics, Single resource grouping (that also links to individual views examples) and Multipel Resource Grouping.
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving, I have not had time to check