GrooveOtter / grooveotter-client

Front-end client for GrooveOtter
http://grooveotter-demo.herokuapp.com/
0 stars 0 forks source link

New Items are displayed to the User #244

Open garrethdev opened 9 years ago

garrethdev commented 9 years ago

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.