RastkoAmun / cmpt276-project

1 stars 0 forks source link

#76--exercise-summary-backend #79

Closed banveet-johal closed 1 year ago

banveet-johal commented 1 year ago

added exercise summary model (id, user id, total exercise duration, total calories burned, exercise date) added exercise summary repository ( find by user id and exercise date) added exercise summary controller ( get request based on user id and exercise date once user is logged in to fetch summary, post request to add new record for calories burned and duration based on user id and date, if record exists, update total calories and total duration)