This message was deleted.
# feature-requests
s
This message was deleted.
a
Thanks for the feedback! Makes a lot of sense. Few questions:
• the ability to add and remove sections on the insights page
What do you mean by sections here?
• Would like the ability to visualize PR creation by user (PRs merged is a proxy for this, but not completely accurate since anyone can merge anyone else’s PR)
To be clear, when we show PRs merged, it's based on who the author of the PR was, not based on who clicked the merge button. Does that address your concerns?
• Would like the ability to visualize lines of code created by user, this can be a better metric for productivity than simple PRs, since different devs have different habits on PR size and structure
Fair, I think longer term we should just allow visualization of whatever metric we have.
• Would like to see average PR size
Good idea, I'll see how easy it is to add this.
Perhaps adding the ability to create custom queries would be a better choice than pre aggregated data. Similar to the review page where I can create different sections with custom queries.
The concern here is performance. The pre-aggregation allows super snappy queries regardless of the size of the org.
e
1. By sections I mean any independent block shown in this UI, like: Total PRs merged, PRs merged per eng, etc
2. If the graph of “PRs merged” is PRs authored by that individual, then yes, this gives me what I want, although perhaps the name could be changed to make it clear (or add a footnote), not to confuse it with PR where that user simply clicked the Merge button.