-
Notifications
You must be signed in to change notification settings - Fork 0
Files structure
Mikhail edited this page May 2, 2021
·
4 revisions
daysInfo.json structure:
{
“1.2.2021”: {
“notes”: [“This is my first note”, “Second note”],
“trainings”: [“myTraining”]
}
}
trainingsInfo.json structure:
{
“myTraining” : {
“move1” : [10, 3], //times, loops
“move2” : [5, 1]
}
}
movesPref.json structure:
{
“movesNames” : [
“move1”
]
}