I’m up to something

Yesterday I enabled todo app users to be able to delete items from their list. I still haven’t been able to pass tests for the DeleteController so this is something I would like to pair on this week. I now have two user stories left to complete:
- Users can mark a todo item as completed
- Users can filter on “Completed”, “Active”, and “All”.
Today’s agenda will be focused on being able to mark items as “completed”. I’m going to spend a good amount of time today reading “Professional AngularJS” and researching online before getting started on this story because I think it is going to require a little more work than the previous ones.
Major Key: TBD