bap14 / redmine_category_tree

Module for Redmine to allow categories to be a tree instead of a single-list
18 stars 21 forks source link

Redmine Category Tree

This module allows for the category lists within projects to act as trees instead of a single flat list. This uses the awesome_nested_set contained within Redmine to maintain the tree structure.

Added Features

Installation

Usage

Add a category as you normally would. There will be a new dropdown labeled "Child category of" with a listing of all other categories available for that project.

NOTE: If you are editing an existing category, since it cannot be a child of itself, that option will be disabled in the "Child category of" dropdown.

Dropdown screenshot

Issues List

If the category module is selected for display, it will display the full category tree instead of just the selected category for those that are children.

Issue list screenshot

Tracking Category Changes

Changes to categories are tracked and will show up in the history as the full tree.

Issue category change screenshot

Managing Categories

The category listing will show in a tree format similar to the projects listing in the admin panel. You are presented with four separate options for ordering the categories.

  1. Move to Top
  2. Move Up
  3. Move Down
  4. Move to Bottom

NOTE: If a category is unable to move in a particular fashion, that link will not be shown.

Category list screenshot

Move to Top

This will move the selected category to the top of the list for that project

Move Up

This will move the selected category up one slot so it will now show before the category (at the same level) above it.

Move Down

This will move the selected category down one slot so it will now show after the category (at the same level) below it.

Move to Bottom

This will move the selected category to the bottom of the list for that project

Revision History

1.0.0

0.0.7

0.0.6

0.0.5

0.0.4

0.0.3

0.0.2

0.0.1

Initial release of plugin