- Status Unconfirmed
- Percent Complete
- Task Type Feature Request
- Category User Interface
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Very Low
- Reported Version 1.0-rc
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2323 - show category tree in task list
we should show the category tree in the task list.
in the task we show the tree.
e.g. “Parent → Sub” instead of “Sub”
Note for implementers:
Possible with an extra ‘case’ within scripts/index.php for render the category cell, category_id provided by get_task_list() results needed:
Untested for the nested set model used for flyspray’s categories:
and with GROUP_CONCAT() (Mysql, similiar should be possible for postgresql too)
But: 1 extra sql query needed for each row in the tasklist. So with the current max of 250 rows max 250 extra sql queries.
Research if possible to put it bugfree and without substantial performance loss to current within the big query of get_task_list() in class.backend.php
Non-programmer solution: Put the name of parent category as prefix to sub category’s name too. Never a possible performance problem, but extra admin work if you rename the parent categories.