Project

General

Profile

Actions

Defect #6407

closed

New gantt charts shouldn't display all issues / versions

Added by Jean-Baptiste Barth over 13 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Category:
Gantt
Target version:
-
Start date:
2010-09-16
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

Old gantt chart used to display :
  • issues with a start and due date
  • issues with no due date, but assigned to a target version with a due date

It seems new gantt chart displays issues with no start date, no due date and no target version, which introduce blank lines in the gantt. And it's problematic when you have 200+ issues in a project. The old behavior was reasonnable for me.

Is it desired behavior ? If so, shouldn't we have a something (a checkbox?) to easily hide those issues ?

Anyway, I'm very happy with the rewrite, it's much more clear/beautiful/useful, good job!


Files

screenshot_6407.png (60 KB) screenshot_6407.png Jean-Baptiste Barth, 2010-09-17 06:34

Related issues

Related to Redmine - Feature #3011: [Gantt] Show issue with not start date yet as (potentially) starting todayClosed2009-03-19

Actions
Related to Redmine - Patch #12730: Fix sorting and PDF output of Gantt diagram & start date calculation and groupingNewJean-Philippe Lang

Actions
Actions #1

Updated by Eric Davis over 13 years ago

Jean-Baptiste Barth wrote:

It seems new gantt chart displays issues with no start date, no due date and no target version, which introduce blank lines in the gantt.

Can you post a screenshot of these blank lines for me?

Actions #2

Updated by Jean-Baptiste Barth over 13 years ago

Here it is, see last 3 issues (bugs 5, 13, 4):

These issue have no start/due date in their tooltip, neither a target version. Confirmed in the console if it can help you:

>> Issue.find(5)
=> #<Issue id: 5, tracker_id: 1, project_id: 3, subject: "Subproject issue", description: "This is an issue on a cookbook subproject", due_date: nil, category_id: nil, status_id: 1, assigned_to_id: nil, priority_id: 4, fixed_version_id: nil, author_id: 2, lock_version: 0, created_on: "2010-09-12 00:00:00", updated_on: "2010-09-15 00:00:00", start_date: nil, done_ratio: 0, estimated_hours: nil, parent_id: nil, root_id: 5, lft: 1, rgt: 2>
>> Issue.find(5).fixed_version
=> nil

I just noticed that some versions are also displayed even if they have no due date (last line).

Step to reproduce if needed : RAILS_ENV=development rake db:fixtures:load

Actions #3

Updated by Eric Davis over 13 years ago

Actually, I think that's how it should look. Those issues are part of the project but they have no date range to draw. And they aren't in the past, so "New 0%" shouldn't be drawn.

Actions #4

Updated by Jean-Baptiste Barth over 13 years ago

My concern is about sites like redmine.org itself : a gantt with hundreds or thousands of issues is completely useless. But if you limit the displayed issues to those with a due date or a target version (like before), you'll only have a few dozens of them and it becomes readable.

Anybody else has an opinion about that ? Maybe somebody has a golden mean solution we didn't think of.

Anyway, if it stays like that I can diverge from this behavior in a plugin, not a big deal.

Actions #5

Updated by Bruno Samora over 13 years ago

I like the idea of showing all issues, no matter if they are scheduled or not.

I'm not using Redmine for a very long time, but I've already caught myself confused and looking for filters trying to figure our why that particular issue was not in the Gantt.

Maybe an option like "display only scheduled issues" would work, but I would prefer the "show all" behavior as default.

Actions #6

Updated by Jean-Baptiste Barth over 13 years ago

Bruno Samora wrote:

Maybe an option like "display only scheduled issues" would work, but I would prefer the "show all" behavior as default.

I like the idea. Other thoughts on this ?

Actions #7

Updated by Mischa The Evil over 13 years ago

Bruno Samora wrote:

Maybe an option like "display only scheduled issues" would work, but I would prefer the "show all" behavior as default.

Like such an option too for the new Gantt chart...

Actions #8

Updated by Eric Davis over 13 years ago

Jean-Baptiste Barth wrote:

My concern is about sites like redmine.org itself : a gantt with hundreds or thousands of issues is completely useless. But if you limit the displayed issues to those with a due date or a target version (like before), you'll only have a few dozens of them and it becomes readable.

I have the opinion that if a project has hundreds or thousands of issues, you have completely different problem. ;)

The Gantt chart uses Filters so you can use them to limit the display. Example:

  • Issues for Version XYZ, or
  • Issues with Start Date less than 1 month ago and End Date less than 3 months ago

I'm also fine with the idea of having additional options for the Gantt or Calendar. Specifcally for myself, I don't care about seeing the Start of issues on the Calendar and would like to turn them off. We could add some options for the Gantt like "is Scheduled (has start/end date)".

Actions #9

Updated by Chuck H over 13 years ago

I agree with Jean. The default Gantt filters should be configurable so the site administrator(s) can set the most appropriate display for their organization. It would be helpful if there were a global configuration and an option to override the global setting on a project-by-project basis.
Date options should include (Project Start Date, Today, 7 days ago, 30 days ago, etc)

Actions #10

Updated by Eric Davis over 13 years ago

  • Assignee deleted (Eric Davis)

I am stepping down from working on Redmine. If someone else is interesting in working on this issue, feel free to reassign it to them.

Eric Davis

Actions #11

Updated by cyril zenger almost 13 years ago

Chuck H wrote:

I agree with Jean. The default Gantt filters should be configurable so the site administrator(s) can set the most appropriate display for their organization. It would be helpful if there were a global configuration and an option to override the global setting on a project-by-project basis.
Date options should include (Project Start Date, Today, 7 days ago, 30 days ago, etc)

I also agree with Jean. The closed versions should be invisible.

Actions #12

Updated by Etienne Massip almost 13 years ago

cyril zenger wrote:

I also agree with Jean. The closed versions should be invisible.

Empty versions (versions with no issues matching the active filters) are no more displayed in 1.2.0.

So, with the default filter "status" set to "open", you shouldn't see them anymore.

Actions #13

Updated by Daniel Felix about 11 years ago

  • Status changed from New to Needs feedback
  • Assignee set to Jean-Baptiste Barth

Hi Jean-Baptiste,

this seems mostly be fixed. There are still some patches, which fix some issues regarding gantt (#12730).

Maybe this could resolve your requests.

As described by Etienne, you can apply some filters, to reduce your output.

Could this be closed for you?

Actions #14

Updated by Jean-Baptiste Barth about 11 years ago

  • Status changed from Needs feedback to Closed

Yes I think it can be closed. Please re-open if needed.

Actions

Also available in: Atom PDF