-
Notifications
You must be signed in to change notification settings - Fork 219
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
Add project planning voting boxplot generation script #3364
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Tested locally and it works well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, the contents of the README.md
could also be a page in the docs but this is okay for small independent utils that are not directly a part of the Openverse project.
That's....a really good idea 😮 🤔 I'll definitely think about moving all our project planning stuff into the public docs once the process for this year is over! It could be helpful to other groups! |
Description
No issue for this.
This PR adds a script which can be used to create the effort/impact boxplots for yearly project planning. Instructions for how the input spreadsheet should be constructed are defined within the new directories.
An example output from the script is also included. If folks have any comments or suggestions for improvements of the graph itself, please feel free to add them!
Testing Instructions
Due to the nature of the voting, this presently can only be tested by Openverse maintainers.
pipenv install
in the new directorydata/votes.xlsx
within theproject_planning
directory).pipenv run python graph_project_voting.py
and verify the files were generated inoutputs/
Checklist
Update index.md
).main
) or a parent feature branch.Developer Certificate of Origin
Developer Certificate of Origin