Merge branch 'main' of https://gitea.thewrightserver.net/josh/WorkWeekProgress
This commit is contained in:
22
README.md
22
README.md
@@ -9,27 +9,15 @@ This is a small Flask-powered web app that visualizes:
|
||||
It progresses **only during your scheduled work hours**
|
||||
|
||||
### Daily Progress Bar
|
||||
- Advances **every minute**
|
||||
- Only runs **Sunday–Wednesday**
|
||||
- Only between **7:00 AM – 5:30 PM**
|
||||
- Before work? Frozen.
|
||||
- After work? Done.
|
||||
- Not a workday? Blissfully idle.
|
||||
- Advances **every minute** (configurable)
|
||||
- Only runs **on workdays**
|
||||
- Only during **work hours**
|
||||
|
||||
### Weekly Progress Bar
|
||||
- Your work week is **4 days** (Sun–Wed)
|
||||
- Assumes your work week is **4 days**
|
||||
- Each day = **25%**
|
||||
- During the day, the bar fills smoothly
|
||||
- End of Wednesday = **100% freedom**
|
||||
|
||||
### Configuration
|
||||
|
||||
| Variable | Default | Description |
|
||||
|--------|---------|-------------|
|
||||
| WORK_START_TIME | 07:00 | Workday start (HH:MM) |
|
||||
| WORK_END_TIME | 17:30 | Workday end (HH:MM) |
|
||||
| WORK_DAYS | 0,1,2,3 | JS day numbers (Sun=0) |
|
||||
| UPDATE_INTERVAL_MS | 60000 | Update frequency |
|
||||
- End of Workweek = **100% freedom**
|
||||
|
||||
### Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user