List view
Calculate the daily score for each company and update it in to tcount collection -auto the R program use data from DB to calculate score -update a record in to tcount collection: -"company" : "Amazon" -"count" : "160" -"score" : "50" <----- score from R -"timestamp": "corresponding time"
No due dateCount number of tweets in a day for a certain company and store it in to tcount collection -query DB for number of tweets of each company -insert a record in to tcount collection: -"company" : "Amazon" -"count" : "160" -"score" : "None" -"timestamp": "current.time()"
No due date- display content of hot tweets (15) - carousel of tweet card tweet card is the first example: https://dev.twitter.com/products/web carousel is something like this : http://i.stack.imgur.com/4yEWp.jpg
No due date- use date picker to filter date - use search option list to select company avoid hardcode and make it extendable
No due datecurrently we store scores manually, should write script and set cron job for it to achieve automation.
No due date