Package-maintenance: [MQTT.js] issues analysis - words tool

Created on 29 May 2019  路  5Comments  路  Source: nodejs/package-maintenance

Based on this documents this issue cover a bullet point from this task list

The topic is:

improve documentation
-create a word-cloud of the issues' text to understand the most frequent problem

  • create good-first-issue for those missing docs

For this issue, I think we could:

  • build a tool that creates a word cloud in order to visualize the most commons problems
  • validate the results of this idea (the word cloud is enough to create an issue with title write better docs about xyz)

I think that we must consider that our actions should be replicable for other packages, also.

pilot tools

Most helpful comment

Here is my first draft: https://github.com/TheHollidayInn/IssueWordCloud

And the image: https://github.com/TheHollidayInn/IssueWordCloud/blob/master/wordcloud.png

I still need to preprocess (remove stop words and others) - just want to confirm this is a good direction.

All 5 comments

I can give this a try

Here is my first draft: https://github.com/TheHollidayInn/IssueWordCloud

And the image: https://github.com/TheHollidayInn/IssueWordCloud/blob/master/wordcloud.png

I still need to preprocess (remove stop words and others) - just want to confirm this is a good direction.

Super fast!

Looking at it it seems that the main issue is related to connection management.
Is this true? - I need to check the real issues

I only used a few issues in the example: https://github.com/TheHollidayInn/IssueWordCloud/blob/master/issues.txt

They do seem to be related to the word connection. I'd say there are probably sub categories there.
I'm not sure "connection" would be too helpful since the whole library is a server-client program :P

This is related to the #245 since we are talking about triage

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rxmarbles picture rxmarbles  路  28Comments

ghinks picture ghinks  路  33Comments

wesleytodd picture wesleytodd  路  23Comments

mcollina picture mcollina  路  31Comments

Emuentes picture Emuentes  路  32Comments