GatorCogitate / cogitate_tool

Tool to analyze contributions when working in a team.
5 stars 13 forks source link

Future Changes and Improvements #90

Open noorbuchi opened 4 years ago

noorbuchi commented 4 years ago

Hi everyone, thank you all for your work on this project! While we have a partly functioning tool at the moment, there are still some enhancements that would make the tool more user-friendly. In addition to completing and merging the remaining pull requests, I added a list of suggestions and potential changes that we should take into consideration moving forward. Please feel free to work on an item that has not been completed yet. You can also comment on this issue if you feel like we should add another item to the list.

Currently needed fixes:

Jordan-A commented 4 years ago

@noorbuchi I think it's a great idea to improve the cogitate_tool, and I like the features that you have suggested. Especially the progress bar! I think that I will be working on the Data Processing features soon. At the moment I can't think of any other features that we can add. I'll let you know if any come to mind!

noorbuchi commented 4 years ago

@Jordan-A I'm glad you agree with these changes. The progress bar has already been added to the CLI branch, which is waiting for some minor changes before merging. I recommend that you check out that branch and let us know about any changes that you want to see in the future.

Jordan-A commented 4 years ago

@noorbuchi Will do!

stephensonc commented 4 years ago

Currently, it seems like we collect the issue and pull request data, but do not include it in the report. I think that a future change would be to incorporate issues/prs and metrics associated with them, given that we have the data in the json.

noorbuchi commented 4 years ago

@stephensonc I also think that these are good changes to add in the future. We collect the issues and pull requests information, but we only display their number through the web interface. We can hopefully work in this later on after discussing if we want to continue supporting this tool. Thanks for the suggestion.