salamanders / pledgejs

pledge.js shows how much you have been contributing to shared documents
https://pledgejs.appspot.com
Apache License 2.0
17 stars 2 forks source link

Please provide an easy way to exclude items you have not contributed to #7

Open abensky opened 4 years ago

abensky commented 4 years ago

We have so many shared docs in our drives for reference or just read once, that they generate a lot of noise in the graph, especially docs with lots of contributors which take up a lot of room even if you haven't touched them.

salamanders commented 4 years ago

Interesting! How many edits does it show for those etra docs? I'm thinking of limiting to "5 or more edits" or something similar, but am hesitant to have a hard limit.

abensky commented 4 years ago

In my case they all have many comments and many contributors and take up huge amounts of space for docs that I have no contributions to at all. Whenever I see a doc referenced in any email or group thread I generally add it to My Drive and file it so I can find it more easily any time. Sometimes these have few contributors, sometimes they have dozens or more. Those are the most problematic since their bubbles are huge and block a lot of the useful data in the graph, but in either case if I am not contributing I don't need to see it in this view. I realize some may want to, but as it seems the primary use case here is to show how much impact I have on my docs, taking up huge space for docs I have 0 impact on is just wasting space. I'd go even further and suggest allowing hiding anything I did not contribute at least x percent to. I'd likely set it to around 10%.

On Wed, Aug 19, 2020 at 10:36 AM Benjamin Hill notifications@github.com wrote:

Interesting! How many edits does it show for those etra docs? I'm thinking of limiting to "5 or more edits" or something similar, but am hesitant to have a hard limit.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/salamanders/pledgejs/issues/7#issuecomment-676563801, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEFY4NXUKGZUXSX6JQCAO3SBQEQRANCNFSM4QCR5LTQ .

salamanders commented 3 years ago

This would be a great feature! I think the check would go here: https://github.com/salamanders/pledgejs/blob/master/website/js/my_contributions.js#L182 if you feel like trying your hand at a pull request.