psu-software-engineering-capstone / walktober

Walktober is a yearly fitness challenge at PSU and this project is to design a software platform for it. The platform is modern, responsive, improved design and analytics and simplified configuration. Let's create the best Walktober experience!
Other
5 stars 3 forks source link

317 debugging #352

Closed FmYifan closed 1 year ago

FmYifan commented 1 year ago

Added time constraints to health app sync.

If today is before the event start date, a toast message "event is not started yet" is prompted, and no sync would be performed. If today is between the event start date and the event end date, it will retrieve the data from the event start date to today. If today is after the event end date, it will retrieve the data from the event start date to the event end date.