The Work Days settings page allows administrators to configure working days for each employee. This configuration is used to calculate productivity metrics, attendance tracking, and work-hour analytics. ๐ URL: https://app.trackpilots.com/settings/work-daysDocumentation Index
Fetch the complete documentation index at: https://developer.trackpilots.com/llms.txt
Use this file to discover all available pages before exploring further.
๐ Overview
Work day settings define which days an employee is expected to work.These settings help Trackpilots:
- Calculate active working hours
- Filter non-working days from reports
- Improve productivity and attendance accuracy
- Support custom schedules for teams and individuals
Once your settings are saved, they will be applied and reflected on the dashboard within 1 hour.
๐ Work Days Table
The table displays all employees and their configured working days.Table Columns
| Column | Description |
|---|---|
| Full Name | Employee name and email address |
| Monday | Working day toggle for Monday |
| Tuesday | Working day toggle for Tuesday |
| Wednesday | Working day toggle for Wednesday |
| Thursday | Working day toggle for Thursday |
| Friday | Working day toggle for Friday |
| Saturday | Working day toggle for Saturday |
| Sunday | Working day toggle for Sunday |
๐ค Employee Work Day Configuration
Admins can configure work days individually for each employee.Use Cases
- Full-time employees (MondayโFriday)
- Shift-based employees (Custom days)
- Weekend teams (SaturdayโSunday enabled)
- Remote or hybrid flexible schedules
โ๏ธ How It Works
- Admin selects an employee
- Admin enables or disables specific weekdays
- Settings are saved
- Changes propagate to analytics within 1 hour
๐ Impact on Analytics
Work day settings affect the following modules:- Productivity dashboards
- Attendance reports
- Work-hour calculations
- Idle vs active time metrics
- Compliance reports
Non-working days are excluded from productivity calculations by default.
๐ Permissions & Access Control
Only users with the following roles can modify work days:- Admin
- Custom Role with Work Days Permission
๐งฉ Developer Notes
- Work day configurations are stored per user in the User Settings Service
- Changes are cached and synced to analytics pipelines hourly
- API consumers should respect work day flags when computing metrics
- Historical data remains unchanged; only future analytics are affected
โ Best Practices
- Define standard work days for all employees
- Customize schedules only when required
- Align work days with payroll and attendance systems
- Review configurations monthly for accuracy
๐ Example Work Day Policy
| Role | Work Days |
|---|---|
| Full-time Staff | Monday โ Friday |
| Support Team | Monday โ Saturday |
| Weekend Ops | Saturday โ Sunday |
| Remote Contractors | Custom |
