|
|
@@ -123,6 +123,11 @@ window.data = [
|
|
|
type: "String",
|
|
|
desc: "User given name of the exercise"
|
|
|
},
|
|
|
+ {
|
|
|
+ name: "exercises.notes",
|
|
|
+ type: "String",
|
|
|
+ desc: "User created notes for the exercise"
|
|
|
+ },
|
|
|
{
|
|
|
name: "exercises.type",
|
|
|
type: "String",
|
|
|
@@ -154,6 +159,11 @@ window.data = [
|
|
|
type: "String",
|
|
|
desc: "Name of the exercise"
|
|
|
},
|
|
|
+ {
|
|
|
+ name: "exercises.notes",
|
|
|
+ type: "String (optional)",
|
|
|
+ desc: "User created notes for the exercise"
|
|
|
+ },
|
|
|
{
|
|
|
name: "exercises.type",
|
|
|
type: "String",
|
|
|
@@ -202,11 +212,6 @@ window.data = [
|
|
|
type: "Date",
|
|
|
desc: "Date/Time when session finished"
|
|
|
},
|
|
|
- {
|
|
|
- name: "notes",
|
|
|
- type: "String",
|
|
|
- desc: "Notes from the user about the session"
|
|
|
- },
|
|
|
{
|
|
|
name: "exercises",
|
|
|
type: "[Object]",
|
|
|
@@ -237,11 +242,6 @@ window.data = [
|
|
|
type: "Date",
|
|
|
desc: "Date/Time of session end"
|
|
|
},
|
|
|
- {
|
|
|
- name: "notes",
|
|
|
- type: "String, (optional)",
|
|
|
- desc: "Any notes from user about the session"
|
|
|
- },
|
|
|
{
|
|
|
name: "exercises",
|
|
|
type: "[Object]",
|