Patch #6722
openAdd a summary to projects
0%
Description
There are two places where projects are displayed in mass: /projects
and the project's admin. On both places, part of the description is displayed. This is suboptimal as the view gets really messy if you include some more verbose status information into the description.
Thus I propose adding a short summary to the project which is displayed in these locations. It would make the view much clearer and more usable because of better content.
The attached patch introduces this.
Files
Updated by Terence Mill about 14 years ago
+1 Very good idea, and easy to implement..
Updated by Jean-Baptiste Barth about 14 years ago
Why not. The real question is what you do with /projects
view ? It's a bit difficult to read, the vertical flow is weird when you have more than 5 or 10 projects. Do you have any plan for that ?
Updated by Holger Just about 14 years ago
The /projects
view uses Project.short_description
too (and thus the short summary if present). And if the users use sane summaries (i.e. one line descriptions), the view is indeed rather usable as it is today.
Although some minor CSS fixes (like indenting the description a few pixels) could still help here, this is another issue.
Updated by Holger Just about 14 years ago
Forgot...
Eric proposed to use a text
datatype for the summary in the db. That way, we don't have any arbitrary text boundaries. It is then up to the user to use this feature sanely.
Updated by Go MAEDA almost 7 years ago
- Target version set to Candidate for next major release