[16:03:17] jaufrecht: and just as a warning, *in case* you want to play with the code for "Reports" in Phab in a more serious way: that code will go away at some point for a proper "Facts" application (upstream T1562) [16:44:54] jaufrecht: Yes, phragile is an external tool, which accesses the data via the conduit api [16:46:33] and we do have some budget for paid prioritization upstream, but it's not clear that we'll need it for this initial reporting stuff [16:47:28] maybe to extend the api to expose some data that isn't yet exposed [16:53:37] Do you have an opinion about the relative priority of the ~10 different charts we have identified? [16:53:59] and is our preferred path to get the data exposed in Conduit and the charts built in Phragile? [16:57:00] I'm thinking: #1 Product Burnup, #2 Sprint Burnup with Cumulative Flow, #3 Bug History (# New, triaged, done over time), #4 Cycle Spectral Analysis, #5 Story size vs cycle time, roughly. [16:57:17] Plus filtering for each. [17:10:18] I haven't really thought about anything beyond #1 and #2. I might insert a #1.5: Velocity-over-time, but otherwise I agree with those two [17:10:35] I left out velocity because it's so easy to do by hand, but it's on the longlist [17:10:59] we already have the data from the product burnup, so yeah, easy [18:51:22] Team-Practices: Get regular traffic reports on TPG pages - https://phabricator.wikimedia.org/T99815#1299652 (JAufrecht) NEW [19:37:28] jaufrecht: For exported burnup chart data, would you prefer that the "completed" values per day be "completed that day" or "cumulative completed so far"? [19:42:34] cumulative for the sprint [19:45:27] Trying to set up a virtual Phab instance on my laptop; I got as far as vagrant firing up a new virtualbox and getting the basic linux stuff working (i.e., can browse to it and get an apache 404 error), but fails during phab setup with a dependency error. [19:46:00] file a bug in Phab? against which project? [19:59:55] jaufrech: I have no idea about running phab locally [20:00:07] maybe get on irc devtools and ask if anyone can help? [20:01:04] or try irc'ing mukunda (twentyafterfour) [20:01:27] and I'm glad to hear "cumulative" as your answer [20:31:19] jaufrecht: I created a (sample) burndown chart! https://wikimediafoundation.org/wiki/User:KSmith_%28WMF%29 [21:15:49] yay! [21:39:33] jaufrecht: Are you ok with only JSON coming out of phragile for burnup graphs, or is CSV/TSV important as well? [21:39:58] JSON can plug into a Graph Extension chart like my example there, but I didn't find a way to easily get it into a google sheet [21:40:28] obviously a little script (python or whatever) could convert JSON->CSV, but that's another step away from "one click graphs" [21:55:27] I think that's fine [23:59:21] meepl27: I dug into the built-in Phabricator burndown report that andre__ pointed me at [23:59:54] It doesn't actually reconstruct the full set of data as it existed in the past by playing back the transaction log