Change focus of scatter plots
@aidan-epperly is already working on this.
Since Jun 30, 2020.
- Dominant language
- JavaScript
- Stars
- 67
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
Ian brought up the fact that the scatter plots on the [explore page](https://software.llnl.gov/explore/) are not necessarily displaying the best information regarding pull requests and issues. Instead of graphing open pull requests, it may be better to graph average life time (time between creation and closing of request or issue) as a way of determining which repos are the most active (lower presumably being better). This however also brings up the point that the current log scale on the _y-axis_ crams large numbers of repos with low _y_ values together. This would become a problem if we were to switch to graphing average life time as it would shift the focus away from the repos with low times. Changing the scale to focus on lower y values would solve this issue.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.