Changeset bd94da0 in flowtimer for flowtimer/configs/default.json
- Timestamp:
- 08/23/24 11:08:50 (9 months ago)
- Branches:
- guix
- Children:
- a438158
- Parents:
- 36c9ef5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
flowtimer/configs/default.json
r36c9ef5 rbd94da0 1 { "title": "default", 2 "phase_list": [ 3 { 4 "title": "Huddle", 5 "initial_ticks": 60 6 }, 7 { 8 "title": "Tasking", 9 "initial_ticks": 120 10 }, 11 { 12 "title": "Work", 13 "initial_ticks": 60 14 }, 15 { 16 "title": "Break", 17 "initial_ticks": 120 18 } 19 ], 20 "initial_repetitions": 2 1 { "title": "Default", 2 "schedule": [ 3 {"type": "Phase", 4 "title": "MorningHuddle", 5 "initial_ticks": 900 6 }, 7 {"type": "Sequence", 8 "title": "AM", 9 "sequence": [ 10 { 11 "title": "Tasking", 12 "initial_ticks": 120 13 }, 14 { 15 "title": "Working", 16 "initial_ticks": 5400 17 }, 18 { 19 "title": "Syncing", 20 "initial_ticks": 300 21 }, 22 { 23 "title": "Break", 24 "initial_ticks": 600 25 } 26 ], 27 "initial_repetitions": 2 28 }, 29 {"type": "Phase", 30 "title": "Lunch", 31 "initial_ticks": 2700 32 }, 33 {"type": "Sequence", 34 "title": "PM", 35 "sequence": [ 36 { 37 "title": "Tasking", 38 "initial_ticks": 120 39 }, 40 { 41 "title": "Working", 42 "initial_ticks": 5400 43 }, 44 { 45 "title": "Syncing", 46 "initial_ticks": 600 47 }, 48 { 49 "title": "Break", 50 "initial_ticks": 600 51 } 52 ], 53 "initial_repetitions": 2 54 } 55 ] 21 56 }
Note:
See TracChangeset
for help on using the changeset viewer.