UNPKG

@bagaking/dayboxing

Version:

A React component library for DayBoxing time management visualization

13 lines (12 loc) 442 B
import { AnalysisRule } from "../../types"; /** * Overall analysis rules for DayBoxing time management * * Categories: * 1. Time Distribution - Basic time allocation * 2. Pattern Analysis - Activity patterns and transitions * 3. Rhythm Analysis - Consistency and regularity * 4. Balance Analysis - Work-life balance metrics * 5. Pressure Indicators - Stress and workload signals */ export declare const overallRules: AnalysisRule[];