Marisa5280 / fitLit

FitLit project starter kit for students
1 stars 1 forks source link

IT 2: get weekly hydration #22

Open Marisa5280 opened 1 year ago

Marisa5280 commented 1 year ago

write a function that returns how many fluid ounces of water a user consumed each day over the course of a week (7 days)

Marisa5280 commented 1 year ago

All functions requiring a specific user’s data should be identified by their userID. Also note that all functions returning data for a specific day should be identified by a date.

Marisa5280 commented 1 year ago

just need to isolate one week of dates for when we use the full data set vs the sample data (prob add one more day to sample data for testing)