Skip to content

Trello clone app to practice CRUD with Mongo, Express and Node

Notifications You must be signed in to change notification settings

currymich/todo-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-Tracker

Trello clone app to practice CRUD with Mongo, Express and Node

Features

  • View all to-do's in easy to understand groupings
  • Easily modify grouping of to-do's
  • Add new to-do's
  • Remove old to-do's
  • Click a to-do to view addtional details
  • Edit details on to-do's from details page

Admin Features

  • Set priority on to-do's
  • Modify other people's to-do's
  • Make other people admins

Reach Features

  • Drag and drop to change groupings
  • Auto sort by priority
  • Email notification when update to ticket you made
  • Assign multiple people to one ticket
  • User can create new categories

Views

Data Structure

  • User = { username: String, password: String, email: String, todos_assigned: [todoSchema], todos_created: [todoSchema] }
  • Todo = { name: String, assigned_to: [userSchema], comments: [String], deadline: String, status: String, date_created: Date, date_updated: Date }

About

Trello clone app to practice CRUD with Mongo, Express and Node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published