feat: preferred sessions are now external
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,8 +1,6 @@
|
|||||||
.env
|
.env
|
||||||
log/
|
log/
|
||||||
!log/.gitkeep
|
!log/.gitkeep
|
||||||
# Configuration files
|
|
||||||
preferred_sessions.json
|
|
||||||
|
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/python
|
# Created by https://www.toptal.com/developers/gitignore/api/python
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=python
|
# Edit at https://www.toptal.com/developers/gitignore?templates=python
|
||||||
|
|||||||
17
preferred_sessions.json
Normal file
17
preferred_sessions.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"day_of_week": 2,
|
||||||
|
"start_time": "18:30",
|
||||||
|
"session_name_contains": "CONDITIONING"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"day_of_week": 4,
|
||||||
|
"start_time": "17:00",
|
||||||
|
"session_name_contains": "WEIGHTLIFTING"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"day_of_week": 5,
|
||||||
|
"start_time": "12:30",
|
||||||
|
"session_name_contains": "HYROX"
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user