Releases: kity-linuxero/todorails
Releases · kity-linuxero/todorails
1.4.0 : 2018-06-07
1.4.0 : 2018-06-07
Added
- Some W3C Validator recomendations.
Updated
- Bootstrap 4.0.0 stable (from 4.0.0.alpha5)
- Readme
- About information
Removed
- TravisCI, codeclimate integration with M$ Github.
Change
- Notifications position
- Change official repository to Gitlab.
v1.3.1
1.3.1 : 2017-01-27
Added
- Flags to languages
- Version in about.
v1.3.0
1.3.0 : 2017-01-23
Added
- Tasks can change type.
Changed
- Improved forms.
- Change forms views depending on the type of task.
- ... with animations ;)
- Little chages in views.
Locales config (English and Spanish available)
1.2.0 : 2017-01-13
Added
- Travis CI integration
- Locales config (english, spanish availables)
Changed
- Views and test: locales compatibility.
Fixed
- json views
- MVC code fixes
- Some routes that produced a loop
Locales config (English and Spanish available)
v1.2.0-alpha.0 : 2017-01-03
Added
- Travis CI integration
- Locales config (English and Spanish available)
Fixed
- json views
Mejoras post trabajo
1.1.0 : 2016-12-30
Added
- Introduce changelog.md ;)
- Validates uniqueness for slug (url).
- W3C validations for views.
Changed
- High priority is no longer the default when creating a task.
- Deleted task 'Detail' column.
- Link to task details in task list view.
- Task details => link to his task list.
- Some code fixes
- Development time zone in Buenos Aires :)
- Slugged Unit Test
Fixed
- The modification date in the task list is updated when deleting a task
- A cookie is deleted only when the data in the database is also deleted
- A cookie is saved only when the data in the database is persisted
- Expired is a valid status for TemporaryTask
Versión de entrega
Versión de entrega: 12/12/2016.
Caracteristicas:
- DB
- sqlite (development, test)
- Postgresql (production)
- seeds
- Lista de tareas (Task Lists)
- Tipo de tareas (Type of tasks):
- Simple Task
- Long Task
- Temporary Task
- Las listas de tareas creadas se guardarán en cookies.
- Las últimas listas de tareas se mostraran en la home. (Se leerán desde las cookies).
- Menu: All my Tasks -> Se listan todas las tareas de las cookies.
- Vista basada en Bootstrap 4
- Web responsive
- MIT License
- Las listas de tareas actualizan su fecha de modificación cuando se agrega o modifica una tarea.
Limitaciones:
- Una Task no puede cambiar el tipo.