ponder-lab / GitHub-Issue-Classifier

Python script to mine for GitHub issues + comments and classify them.
MIT License
6 stars 0 forks source link

QA/Testing/Feedback Issue Thread #14

Closed y3pio closed 3 years ago

y3pio commented 3 years ago

With https://github.com/ponder-lab/GitHub-Issue-Mining/pull/13 merged, we should have a working MVP to start testing for bugs, edge cases, and also getting feedback for enhancements.

Starting this thread as a way to track all the feedback. bugs, and suggestion. Will close this issue thread once get enough feedback for the next sprint/block of work, and consolidate/organize all the issues and comments into their own issues.

Please start all comments with one of the labels so we can easily identify if it's an enhancement requests, bug, question, etc...

i.e: [ENHANCEMENT] - It would be great if we can...., or [BUG] - Found this bug with the search tool.....

y3pio commented 3 years ago

[ENHANCEMENT] - Add to the CLI tool an option to filter out certain category types from the classification model results. List of the category from the classification model library below:

  1. Expected Behavior
  2. Motivation
  3. Observed Bug Behaviour
  4. Bug Reproduction
  5. Investigation and Exploration
  6. Solution Discussion
  7. Contribution and Commitment
  8. Task Progress
  9. Testing
  10. Future Plan
  11. New Issues and Requests
  12. Solution Usages
  13. WorkArounds
  14. Issue Content Management
  15. Action on Issue
  16. Social Conversation

Addressed in: https://github.com/ponder-lab/GitHub-Issue-Mining/issues/26

y3pio commented 3 years ago

[ENHANCEMENT][QUESTION]

Need to identify how the below tokenization rule is being applied in the model:

2) Identify quotations made in previous comments and re- place with QUOTE token;

And update our comment pre processor function: https://github.com/ponder-lab/GitHub-Issue-Mining/blob/main/utils/commentProcessor.py#L42

Addressed in: https://github.com/ponder-lab/GitHub-Issue-Mining/issues/22

y3pio commented 3 years ago

[ENHANCEMENT] Authenticated Queries

Addressed in: https://github.com/ponder-lab/GitHub-Issue-Mining/issues/27

y3pio commented 3 years ago

[ENHANCEMENT] Setting up CI

Addressed in: https://github.com/ponder-lab/GitHub-Issue-Mining/issues/28

y3pio commented 3 years ago

Created issues for all comments on here that needs to be addressed. Closing this issue thread.