Smart Work Fatigue Monitor
New Check-in
Work Context
Self-Assessment
Symptoms Checklist
Physical Symptoms:
Mental Symptoms:
Recent Check-in Log
| Date | Work(h) | Brk | Stress | Energy | Sleep | Symptoms | Notes | Act |
|---|
Note: Log data is stored in your browser's LocalStorage.
Dashboard Filters
Current Fatigue Indicator (based on latest entry in range)
N/A
Log check-ins and select a date range to view the dashboard.
Key Insights & Recommendations
- No data to analyze.
Analysis Period: ${analysisStartDate} to ${analysisEndDate}
Current Fatigue Indicator
${fatigueIndicatorLabel}
${chartInfo.title}
Key Insights & Recommendations
${insightsContent}Detailed Log (${analysisStartDate} to ${analysisEndDate})
`; pdfHTML += `| Date | Work(h) | Brk | Stress | Energy | Sleep | Symptoms | Notes |
|---|---|---|---|---|---|---|---|
| ${log.datetime.toLocaleString([],{dateStyle:'short',timeStyle:'short'})} | ${log.workDuration.toFixed(1)} | ${log.breaksTaken} | ${log.stressLevel} | ${log.energyLevel} | ${log.sleepQuality} | ${symptomsSummary.length > 0 ? symptomsSummary.join(', ').substring(0,30)+'...' : 'None'} | ${log.notes.substring(0,30)}${log.notes.length > 30 ? '...' : ''} |
