Skip to content
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

Highlight bugs needing attention #16

Open
hturner opened this issue Sep 17, 2021 · 3 comments
Open

Highlight bugs needing attention #16

hturner opened this issue Sep 17, 2021 · 3 comments
Assignees

Comments

@hturner
Copy link
Member

hturner commented Sep 17, 2021

Raised by @lawremi at last meeting: would be good to add value to Slack by highlighting bugs where help is wanted.

Liaise with people doing bug triage to push bugs in direction of the Slack - maybe new channel? @elinw did this recently on the #general channel.

Also @llrs plans to work on prototype Shiny app/dashboard that might help with this.

@llrs
Copy link
Member

llrs commented Sep 23, 2021

Preparing tomorrow's meeting in case this is discussed.

I've been thinking what would be the benefit of the Shiny app compared to searching a bug. Provided that it won't be updated daily and expecting a weekly or monthly (automatic) update of such a dashboard.
I think that to find bugs needing attention the shiny app/website would need to have:

A table with the following columns:

  • How many people commented?
  • How many comments?
  • Did any R core member commented ?
  • Last day of change (if ever changed) / time since last change
  • Has attachments and patches ?

Visualizations that could be helpful:
A barplot of components with open bugs and status of said bug (Not sure if people pay much attention to this)
Potentially a word cloud of the bugs title open might be helpful.

The idea would be that people interested on reviewing a bug report could come here and find easier on which bug they can participate.
I think the idea behind the reports on Bugzilla is the same but I tried to make something functional like the above and didn't succeed.

Example of a report ![Report status by date of "last visit"](https://user-images.githubusercontent.com/6818218/134536958-e54acdd3-93f0-4c11-bd63-c02696738716.png)

@bastistician
Copy link

highlighting bugs where help is wanted.

Just wanted to mention the HELPWANTED keyword here. It means that a well tested patch would help resolve the corresponding bug. Bugzilla's search engine can be used to list these bugs with relevant columns:

https://bugs.r-project.org/buglist.cgi?bug_status=__open__&keywords=HELPWANTED&columnlist=bug_id%2Ccomponent%2Cbug_status%2Cshort_desc%2Cchangeddate%2Clongdescs.count

Another relevant listing concerns bugs without comments:

https://bugs.r-project.org/buglist.cgi?f1=longdescs.count&o1=equals&query_format=advanced&resolution=---&v1=1&columnlist=bug_id%2Ccomponent%2Cbug_status%2Cshort_desc%2Cchangeddate

Maybe these searches could be added to the Bugzilla home page.

@llrs
Copy link
Member

llrs commented Jan 9, 2022

This was noted on the minutes but before I forget about this (as I'm doing other things) and to link back:
I created an app using the database dump on this repo: https://github.com/llrs/open_bugs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants