Skip to content

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”
]
}

Clone this wiki locally