View Issue Details

IDProjectCategoryView StatusLast Update
0003370mantisbtbugtrackerpublic2008-08-12 09:35
Reportercfranco_amsatec Assigned Tojreese  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionno change required 
Summary0003370: No category filter in "View Bugs" view, when in "All Projects" mode
Description

The "View Bugs" view provides a very useful functionality : filtering by category.

But in "All Projects" mode, the category filter menu is always empty. It should instead list all categories from all projects.

Additional Information

Ideally, its behavior should be to allow filtering a unique category across several projects.

TagsNo tags attached.

Relationships

related to 0008435 closedjreese Implement Global and Inheriting Categories Structure 
has duplicate 0003226 closedvboctor A bug? if you are in 'view bugs' and 'all projects' you can't filter for categories 

Activities

vboctor

vboctor

2003-09-26 10:13

manager   ~0004651

Use the following sample data:
Project A: has Cat1, Cat2, Cat3
Project B: has Cat2, Cat7, Cat10

Following are the three approaches, which approach to follow maybe be controlled by a configuration option:

  1. Same as now.
  2. Show all unique categories (Cat1, Cat2, Cat3, Cat7, Cat10)
  3. Show all categories ([Project A] Cat1, [Project A] Cat2, [Project A] Cat3, [Project B] Cat2, [Project B] Cat7, [Project B] Cat10).

Option 1 and 2 seem to be the easiest and make sense to me. I think opertion 3 will affect the filtering code and will be redundant with respect to filtering by category within a specific project.

djcarr

djcarr

2008-01-10 00:13

reporter   ~0016606

1.1.0 uses Option 2 and this seems very satisfactory. If someone wants to achieve Option 3 they can easily make the category names unique.

I think this can be closed.

vboctor

vboctor

2008-01-10 04:31

manager   ~0016612

Reminder sent to: jreese

jreese, what is the behavior in the latest code base after your changes for using category ids, and the planned behavior once global categories are supported?

jreese

jreese

2008-01-11 15:00

reporter   ~0016641

For filtering, the current behavior is like option 2, in that categories with the same name are lumped together. When global categories are implemented, I will evaluate possible ways to mark a distinction between global and project categories, but the overall functionality will likely stay the same.

However, when selecting categories for new/existing issues (ie. not filtering), there will be definite distinctions between categories for each project, parent projects, global categories, etc.

jreese

jreese

2008-02-07 22:59

reporter   ~0016979

Once the patches from bug 0008435 make it into trunk, this will be taken care of.