Skip to content

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

Merged
merged 14 commits into from
Jun 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
493 changes: 493 additions & 0 deletions _contentTemplates/scheduler/views.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
559 changes: 559 additions & 0 deletions components/scheduler/resource-grouping.md

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions components/scheduler/views/day.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ In this article:
* [Example](#example)
* [View Parameters](#view-parameters)
* [Slots](#slots)
* [Resource Grouping](#resource-grouping)

>caption Figure: Day View in the scheduler

Expand Down Expand Up @@ -99,6 +100,17 @@ In this article:

@[template](/_contentTemplates/scheduler/views.md#day-slots-explanation)

## Resource Grouping in the Day View

You can configure the Day view to display events that are [grouped by a resource]({%slug scheduler-resource-grouping%}).

>caption The result from the code snippet below.

![](images/scheduler-resource-grouping-day-view.png)

>caption Resource Grouping in a Day view.

@[template](/_contentTemplates/scheduler/views.md#resource-grouping-code-snippet-for-examples)

## See Also

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions components/scheduler/views/month.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ The `Date` parameter of the scheduler controls which month is displayed - the on

A day shows up to two events and if there are more - an ellipsis button provides access to the DayView for the specific day so the user can see the needed details. This avoids cluttering and ugly rendering. You can also access the day view from the day number. Of course, you must also define a day view so the use can see it.

In this article:

* [Example](#example)
* [Resource Grouping](#resource-grouping)

>caption Figure: Month View in the scheduler

![](images/month-view-sample.png)
Expand Down Expand Up @@ -95,9 +100,17 @@ A day shows up to two events and if there are more - an ellipsis button provides
}
}
````
## Resource Grouping in the Month View

You can configure the Month view to display events that are [grouped by a resource]({%slug scheduler-resource-grouping%}).

>caption The result from the code snippet below.

![](images/scheduler-resource-grouping-month-view.png)

>caption Resource Grouping in a Month view.

@[template](/_contentTemplates/scheduler/views.md#resource-grouping-code-snippet-for-examples)

## See Also

Expand Down
12 changes: 12 additions & 0 deletions components/scheduler/views/multiday.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ In this article:
* [Example](#example)
* [View Parameters](#view-parameters)
* [Slots](#slots)
* [Resource Grouping](#resource-grouping)

>caption Figure: MultiDay View in the scheduler

Expand Down Expand Up @@ -102,6 +103,17 @@ In this article:

@[template](/_contentTemplates/scheduler/views.md#day-slots-explanation)

## Resource Grouping in the MultiDay View

You can configure the MultiDay view to display events that are [grouped by a resource]({%slug scheduler-resource-grouping%}).

>caption The result from the code snippet below.

![](images/scheduler-resource-grouping-multiday-view.png)

>caption Resource Grouping in a MultiDay view.

@[template](/_contentTemplates/scheduler/views.md#resource-grouping-code-snippet-for-examples)

## See Also

Expand Down
12 changes: 12 additions & 0 deletions components/scheduler/views/week.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ In this article:
* [Example](#example)
* [View Parameters](#view-parameters)
* [Slots](#slots)
* [Resource Grouping](#resource-grouping)

>caption Figure: Week View in the scheduler

Expand Down Expand Up @@ -100,6 +101,17 @@ In this article:

@[template](/_contentTemplates/scheduler/views.md#day-slots-explanation)

## Resource Grouping in the Week View

You can configure the MultiDay view to display events that are [grouped by a resource]({%slug scheduler-resource-grouping%}).

>caption The result from the code snippet below.

![](images/scheduler-resource-grouping-week-view.png)

>caption Resource Grouping in a Week view.

@[template](/_contentTemplates/scheduler/views.md#resource-grouping-code-snippet-for-examples)

## See Also

Expand Down