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.
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.