This is a workflow that collects all GitHub issues associated with our reviews.
Current open reviews & total days open¶
pyOpenSci currently has 28 total open submissions.
Packages that need editors¶
The packages below need an editor before the review can begin.
Loading...
Packages that need reviewers¶
These are reviews that are paused because we are searching for reviewers.
Loading...
All presubmissions¶
There are 61 total presubmissions to date, including closed presubmissions.
Currently open software presubmission inquiries¶
- It could be useful to grab the most recent comments on each
- It would also be useful to grab the gh usernames of all people involved in the discussion and credit them. So for one i see astropy editors + alex being involved.
There are 3 presubmission requests currently open.
Loading...
Editorial team status¶
# Create table of editors who are currently assigned to an open submission
busy_editors = open_reviews.loc[open_reviews.editor != "TBD", ["editor"]].value_counts().reset_index()
busy_editors
Loading...
Who is currently available?¶
Below are editors that currently do not have submissions assigned to them.
Loading...
Available editors¶
There are currently 6 available editors and 12 editors who are assigned to atleast one software review.
Loading...
Editors load¶
Next, we look at the load of each editor over time to get a sense of their time demands.
NOTE: The data below represents all editors over time, not just currently active editors
Loading...
Loading...