/this_week

a todo app that shows this week's tasks

Primary LanguageRuby

== todo: this_week

a task manager that shows only tasks that need to be done this week

== Added:

  +Used the devise gem for user authentication
  +Linked users and tasks
  +Add subtasks via acts_as_tree
  +update the "currentweek" state to only show this weeks tasks

  
== TODO:

  +Put incomplete items that are "old" into a "bin" and show "bin"
  +FB integration