January 12th, 2015
Decided to do things a little bit differently and publish this as a weekly update kind of thing instead of each day as I didn’t like all the posts separated (and a few too many IMO). This week I’ll try and do one post for the whole week and update it as I go along.
This week:
Day 1 - 3 1/4/15 - 1/7/15 Complete Slacker :/
Day 4 1/8/15 Today:
* OK, got that working after a minor issue with the test relating to refreshSession not cleaning up the hashedPassword
* https://github.com/warnero/node-todo-api/commit/a8ec1ce91a921de13869095f0731415908c99f72
Next steps:Day 5 1/9/15 Today:
Day 6 1/10/2015 Today:
* POST /todos - add a new todo
* Hmm, got the initial test to run OK
* Added in the clear collection call to the _clearDatabase function
* Now it fails to clear everything before actually trying to insert stuff :/
* Need to figure this bit out first before continuing on since it’s kinda necessary
* GET /todos - get all uncompleted todos
* GET /todos/:id - get a specific todo
* PUT /todos/:id - update a todo
* should allow to complete or update description/title of todo
Next steps:Day 7 - 1/11/2015 Today:
* got this working
Next steps:Weekly Recap: Accomplishments:
Next week’s goals: