Skip to content

A scrum-like todos plugin for Redmine. Allows easy creation and management of infinitely nestable todo lists on a per project basis, that in the future will be able to be organised into sprints(or releases). Also provides global 'My Todos' for all projects. Todos can be allocated to uses, and tied to Redmine Issues.

Notifications You must be signed in to change notification settings

asinteg/redmine_todo_scrum_plugin

 
 

Repository files navigation

Nested todo/scrum-ish plugin for Redmine

  • Supporting Redmine 2.4

  • Supporting Rails 3

Working features

  • new todo (on personal page and for projects)

  • delete todo

  • edit todo

  • toggle todo completion status

  • supports self todos and their CRUD operations

  • supports hierarchical todos

  • supports due dates and full Redmine / Textile syntax

Bugs / Caveats

  • since Rails 3 upgrade the sorting doesn’t work

  • enabling the todos inside activities page causes internal error

Installation

  • Checkout the repository

  • Copy folder into plugins folder of redmine

  • Rename folder to ‘plugins/redmine_todo_scrum_plugin/`

  • Run command ‘rake redmine:plugins:migrate RAILS_ENV=production`

  • Restart the server

You are ready to go.

About

A scrum-like todos plugin for Redmine. Allows easy creation and management of infinitely nestable todo lists on a per project basis, that in the future will be able to be organised into sprints(or releases). Also provides global 'My Todos' for all projects. Todos can be allocated to uses, and tied to Redmine Issues.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 85.3%
  • CSS 14.7%