-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation: Add docs/author_statistics.md #85
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This new documentation is linked from README.md, and should also be linked from the generated documentation available in 'usage' tab at https://ncusi.github.io/PatchScope
This new subsection includes some discussion about the resampling period, but does not describe changing the aggregation function. There is comparison with similar plot on GitHub.
It describes both value (e.g. 'type.code') and percentage plots (e.g. 'type.code [%]'), and provides example figures for both. This subsection, like the previous one, does not describe changing the aggregation function.
This section includes more detailed analysis of patch size components, i.e. detecting the _number_ of removed, modified, and added lines. TODO: add link from contributors_graph.md back to author_statistics.md.
This subsection includes comparison to per-author plots in GitHub Insights and in the Contributors Graph app. TODO: add relevant screenshot from Contributors Graph app.
…cs.md There is only a skeleton with **TODO** for "Histogram of -/+ counts per resample period, for author" subsection.
This section includes comparison with and description of the heatmap of contributions from GitHub author profile page. TODO: Add similar plot from src/diffinsights_web/apps/contributors.py
What is nice is that we were able to find three examples of different periodicity of authorship behavior among different repositories and different authors.
These plots are either the same plot, part of the plot (additions vs added and deleted lines), or related/similar plots (heatmap of line types logscale vs %).
Currently, these are very basic references, without linking into appropriate subsection, and without describing what extra information is there under the link.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This new documentation file is referenced from
README.md
, fromdocs/contributors_graph.md
and added to the generated documentation at https://ncusi.github.io/PatchScope/It describes various plots generated by the Author Statistics app (
src/diffinsights_web/apps/author.py
), the demo of which is also available at https://patchscope-9d05e7f15fec.herokuapp.com/author.