MyDayDashboard
The My Day dashboard aggregating all information relevant for the currently logged-in employee for today.
type MyDayDashboard {
appointments: AppointmentPeriod!
overview: MyDayOverview!
reportSheets: MyDayReportSheets!
}
Fields
MyDayDashboard.appointments ● AppointmentPeriod! non-null object
Important appointments for clients in the employee's tour over the next relevant tour days.
MyDayDashboard.overview ● MyDayOverview! non-null object
Overview of the employee's day: planned tours, shifts, information elements and absence.
MyDayDashboard.reportSheets ● MyDayReportSheets! non-null object
Report sheet entries for the employee's tour today.
Member Of
User object