Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 503 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 503 Bytes

#README

Application

This app is a self management tool designed to increase produtivity while motivating through acknowledging each step you take foward to your goals.

Design

Features

v0.1.0
  • Tasks
  • List of tasks (Notes)
  • Set tasks to a todo_date (date to execute that task)
  • Get tasks by list(Note)
  • Get tasks agregated by todo_date
  • Get all tasks with todo_date already passed

Apis

  • POST /tasks (create)
    • create a task with a given description

Architecture