You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we want to somewhat "reliably" determine if we've reserved a spot at a class and actually gone through with it, we kinda need to do "one last check" before the actual class begins. Given the fact that the user can't remove a reservation within one hour from startDate, it should be "good enough" for us to know whether or not we should keep it on-device as a "past reservation".
So, basically, pseudo-wise:
Reserve a spot
Schedule a "verification request" within an hour from startDate
Keep/remove the workout from the local database
The text was updated successfully, but these errors were encountered:
If we want to somewhat "reliably" determine if we've reserved a spot at a class and actually gone through with it, we kinda need to do "one last check" before the actual class begins. Given the fact that the user can't remove a reservation within one hour from
startDate
, it should be "good enough" for us to know whether or not we should keep it on-device as a "past reservation".So, basically, pseudo-wise:
startDate
The text was updated successfully, but these errors were encountered: