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
Current Behavior:
If a user completes their first task of the day, a post request is sent to add to the database but its never reflected to the user.
Expected Behavior:
When a user completes their first task of the day or they’ve done more than 30 minutes of work it should reflect on their own newsfeed. This involves instantiating a backbone model and adding it to the current collection. It should be placed as the next viewable item.
The text was updated successfully, but these errors were encountered:
Current Behavior:
If a user completes their first task of the day, a post request is sent to add to the database but its never reflected to the user.
Expected Behavior:
When a user completes their first task of the day or they’ve done more than 30 minutes of work it should reflect on their own newsfeed. This involves instantiating a backbone model and adding it to the current collection. It should be placed as the next viewable item.
The text was updated successfully, but these errors were encountered: