- After making sure that http://phorge.localhost/applications/view/PhabricatorFactApplication/ is installed, go to http://phorge.localhost/maniphest/report/burn/ on a larger Phorge Maniphest instance and wonder about its performance.
- Look at the code and wonder about things.
- Realize that ManiphestReportController does a lot of calculation to fill rows via $table = new AphrontTableView($rows);, then defines $panel = new PHUIObjectBoxView() and does $panel->setTable($table) to render that table never to be seen anywhere because a bit later $panel = id(new PhabricatorProjectBurndownChartEngine()) overwrites that table and all its data anyway. This re-definition of $panel was introduced in rP5c1b91ab457db9f3db10d8cc5e07831512645ebb.
Description
Description
Revisions and Commits
Revisions and Commits
Related Objects
Related Objects