kcjonson / todos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Todos

Goals

  • Mutliple Owners - Each Todo Item can be assigned to one or many people
  • Categories - Each Todo can be assigned to one or many categories
  • There are no "lists" but rather just a collection of todos that share a category
  • Categories can have permissions

##Project Components

  • Node REST API
  • Node Backend Application
  • Responsive Web Application

TODO

  1. Add category support to todo items (hard coded list)
  2. Add view todos by category (hard coded category)
  3. Remove lists table and view
  4. Add task assignees
  5. Add ability to create new categories
  6. Add view categories UI
  7. Add support to re-prioritize list (manual sort)
  8. Add category permissions
  9. Add create account workflow
  10. Add list/todo change notifications
  11. Add due date

About


Languages

Language:JavaScript 98.7%Language:CSS 1.3%