Skip to content

GeneratorX16/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-app

Todo Application Backend

High Level Specification

Create:

  • Accepts title(should be a minimum of 8 characters), deadline (cannot be in the past) and status (default to shelved)
  • Status cannot be complete

Update:

  • Title, deadline and status can be changed
  • Once task has been completed, it cannot be updated
  • updated_at field will automatically get populated based on the most recent update

Delete:

  • Any task can be deleted

Read:

  • Tasks can be searched based on title, status and date_range

Others:

  • Everything should be timezone aware

About

Todo Application Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages