HomePhabricator

Add a "Reports" menu item to Projects

Description

Add a "Reports" menu item to Projects

Summary:
Ref T13279. Since the use cases that have made it upstream are all for relatively complex charts (e.g., requiring aggregation and composition of multiple data series in nontrivial ways) I'm currently looking at an overall approach like this:

  • At least for now, Charts provides a low-level internal-only API for composing charts from raw datasets.
  • This is exposed to users through pre-built SearchEngine-like interfaces that provide a small number of more manageable controls (show chart from date X to date Y, show projects A, B, C), but not the full set of composition features (compose(scale(2), cos()) and such).
  • Eventually, we may put more UI on the raw chart composition stuff and let you build your own fully custom charts by gluing together datasets and functions.
  • Or we may add this stuff in piecemeal to the higher-level UI as tools like "add goal line" or "add trend line" or whatever.

This will let the low-level API mature/evolve a bit before users get hold of it directly, if they ever do. Most requests today are likely satisfiable with a small number of chart engines plus raw API data access, so maybe UI access to flexible charting is far away.

Step toward this by adding a "Reports" section to projects. For now, this just renders a basic burnup for the current project. Followups will add an "Engine" layer above this and make the chart it produces more useful.

Test Plan:

Screen Shot 2019-05-03 at 11.53.18 AM.png (1×2 px, 290 KB)

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13279

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

Details

Provenance
epriestleyAuthored on May 3 2019, 6:44 PM
epriestleyPushed on May 22 2019, 12:08 PM
Reviewer
amckinley
Differential Revision
D20495: Add a "Reports" menu item to Projects
Parents
rPf87c1ac362a7: Start the fact daemon in "bin/phd start"
Branches
Unknown
Tags
Unknown
Tasks
T13279: Build Charting for Facts
Build Status
Buildable 22872
Build 31378: Run Core Tests