Skip to main content

Planning board

The planning board component is the heart of the application. This component is divided intoto a set of functional areas:

  • The scheduling grid
  • The resource grid
  • The top bar
  • The bottom bar

This distinction is easy to notice:

Planning board

In the center is a paged grid that contains all the information about the resources. It allows you to filter, sort and visualize everything a planner needs. Every resource in the grid also has a planning timeline at its disposal, which shows the appointments the user is authorized to access. Planners can create, update and delete appointments in this timeline, either directly or indirectly. To support these core elements of the component, a series of extra features are available in the top and bottom bar, which include navigation and state management.

In what follows is a detailed descriptions of these elements.

Shortcut keysโ€‹

Shortcut keyAction
DELETEDelete appointment
CTRL + XCut appointment
CTRL + CCopy appointment
CTRL + VPaste appointment
SHIFT + DSpecial paste: keep date
SHIFT + RSpecial paste: keep resource
SHIFT + TSpecial paste: keep time
SHIFT + LSpecial paste: keep resource and time
SHIFT + 1Split: remove resource from appointment
SHIFT + 2Split: disconnect assignment
SHIFT + 3Split: split appointment
SHIFT + Drag appointment to other resourceAppend resource
CTRL + DragBulk select appointments
SHIFT + Arrow leftMove to the next period
SHIFT + Arrow rightMove to the previous period
SHIFT + GCreate an appointment container
LOpen the links associated to the selected appointment

Read moreโ€‹