Comment 1 for bug 126522

Revision history for this message
Jonathan Knowles (jsk) wrote :

It's useful to contrast this page with the equivalent bug listing page. For example: https://bugs.launchpad.net/launchpad/+bugs.

For blueprints we have a "Name" column, whereas for bugs we have a "Title" column (though they actually have different labels).

If we replace the "Name" column on blueprint listings with a "Title" column, then we might need to give that new column extra width. This is based on two assumptions:
1. Blueprint titles are generally longer than blueprint names.
1. Blueprint titles are similar in length to bug titles.

If the above points are true, then we have three options (at least):
1. Keep the new "Title" column the same width as the existing "Name" column. Use ellipses (...) to truncate long blueprint titles.
2. Make the new "Title" column greater in width than the existing "Name" column and:
    a. Reduce the width of the other columns; or
    b. Remove one or more of the other columns.