Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.41 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.41 KB

Code Climate

Pomarolo

Description

Pomarolo is a small application to create Pomodoros tasks. Was made with Cuba an Redis.

Instalation

  1. Git clone https://github.com/lcostantini/pomarolo.git
  2. Install Redis.
  3. After installing Redis go to the installation folder and run src/redis-server.
  4. In the pomarolo folder run rackup config.ru.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new pull request so we can talk about it.

License

GPL

TODO

Funcionalidades

  1. Escribir el readme.
  2. Las tareas no son editables después de que se marcan como terminadas.
  3. Agreger fecha a los pomodoros.
  4. Agregar paginación por fecha a los pomodoros.
  5. One single page funcionality.
  6. Usar current pomodoro.
  7. Hacer scope con los find.

Vistas

  1. No usar js embevido.
  2. Reemplazar html por slim.

Repo badges

  1. Agregar codeclimate.
  2. Agregar travis.
  3. Agregar test coeverage.

Extra

  1. Estudiar slim.

Test

  1. Agregar test coverage ~80%.