charlottebrf / DoctorsWhoCode

My Time Manager: Your helpful time manager app created for CF: G Ruby course AW 2016 course competition project.
https://evening-lowlands-39707.herokuapp.com/
0 stars 0 forks source link

Add "historic" log data to JSON file for demo #36

Closed melikecode closed 7 years ago

melikecode commented 7 years ago

For each user, include log data from the last week and last month and outside of the last month. Add this manually to the json file we upload, so that it shows the time filter works for day, week, and month during the competition demo.

REQUIRES: -user ID for one or more of our twitter accounts (We can get this via some simple code to print Twitter user data when it authenticates the user)

melikecode commented 7 years ago

done