Home > Tomate

Tomate

Tomate is a project mainly written in ..., it's free.

pomodoro Tool

Tomate

Tomate is a pomodoro tool to help me to organize my time and work

Specifications / TODOs

Tasks

  • User can create tasks
  • Task's description have a limit of 120 characteres
  • One task should have one of this states: unstarted, incomplete or finished
  • One task should have one or more pomodoros (unless is unstarted)

Pomodoros

  • When a task is started one pomodoro is created.
  • Every pomodoro should have description, the default is task's description
  • Pomodoro's description have a limit of 120 characteres
  • Pomodoro's length could be: small(10 mins), medium(15 mins) or normal(25 mins)
  • Default length is normal
  • When a pomodoro time finish, task's state should change to finished or incomplete
  • When a pomodoro time finish, the user should write a note (one 'done' is good enough)
  • A task can start many times until is finished
  • User can add notes even if the pomodoros is not finished

Notes:

  • Every notes should have an owner (pomodoro)

specifications in italics are optionals

RDD

This is a RDD based project. If you want know more, visit Readme Driven Development

Previous:UIWindow