Homec4science

In Maniphest, don't render the task graph drawing if we're only showing…

Authored by epriestley <git@epriestley.com> on Nov 7 2016, 20:05.

Description

In Maniphest, don't render the task graph drawing if we're only showing parents/children

Summary:
Ref T4788. I thought I implemented this, but actualy didn't.

When we're in the "mid-sized" fallback mode (graph has more than 100 nodes, but not more than than 100 parents/children), don't actually draw the graph. It's almost always uninteresting and huge.

Instead, this just renders a list of direct parents, then the task, then the direct children, which is pretty straightforward.

Test Plan: Set limit to 5, saw mid-sized fallback graph with no actual graph drawing.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T4788

Differential Revision: https://secure.phabricator.com/D16816

Details

Committed
epriestley <git@epriestley.com>Nov 7 2016, 20:09
Pushed
aubortJan 31 2017, 17:16
Parents
rPH87c4efdb634b: Probably fix some display issues with all-day events?
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHa8866c0b314f: In Maniphest, don't render the task graph drawing if we're only showing… (authored by epriestley <git@epriestley.com>).Nov 7 2016, 20:09