- Status New
- Percent Complete
- Task Type Feature Request
- Category User Interface
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Defer
- Reported Version 1.0 alpha1
- Due in Version 1.1 devel
-
Due Date
Undecided
- Votes
- Private
FS#2000 - Responsible persons column view
In the task list the responsible persons are shown as "first person name, +n" where n are the count of further responsible persons.
I think this can be done a bit better.
Ideas:
- show as it is now, but on css :hover show all persons
- use initials like "CR FS JM" for Cristian R., Florian S., Jordan M. and on css :hover show a list with the full names, this can make the column width a bit smaller.
- use tiny avatar icons in a row like you can see here https://github.com/Flyspray/flyspray/blob/master/header.php for example, and showing the names on css :hover.
Now the assignees are all visible together by using group_concat() feature of mysql.
Maybe let the task list select also the user_id's as group_concat like it is done for tags now.