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**
|
It progresses **only during your scheduled work hours**
|
||||||
|
|
||||||
### Daily Progress Bar
|
### Daily Progress Bar
|
||||||
- Advances **every minute**
|
- Advances **every minute** (configurable)
|
||||||
- Only runs **Sunday–Wednesday**
|
- Only runs **on workdays**
|
||||||
- Only between **7:00 AM – 5:30 PM**
|
- Only during **work hours**
|
||||||
- Before work? Frozen.
|
|
||||||
- After work? Done.
|
|
||||||
- Not a workday? Blissfully idle.
|
|
||||||
|
|
||||||
### Weekly Progress Bar
|
### Weekly Progress Bar
|
||||||
- Your work week is **4 days** (Sun–Wed)
|
- Assumes your work week is **4 days**
|
||||||
- Each day = **25%**
|
- Each day = **25%**
|
||||||
- During the day, the bar fills smoothly
|
- During the day, the bar fills smoothly
|
||||||
- End of Wednesday = **100% freedom**
|
- End of Workweek = **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 |
|
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user