1. Session end time saving. 2. Plan Id to the saved session. 3. History page redesigned (attributes moved, sets list hidden. 4. Session duration added. 5. Session start and end time logging fixed.
This commit is contained in:
@@ -57,6 +57,8 @@ model WorkoutSession {
|
||||
endTime DateTime?
|
||||
userBodyWeight Float?
|
||||
note String?
|
||||
planId String?
|
||||
planName String?
|
||||
|
||||
sets WorkoutSet[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user