-
Notifications
You must be signed in to change notification settings - Fork 5
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 reviewers to registry data #27
Comments
Carl says codemeta will only get reveiwers if they are included in the DESCRIPTION file. And that is optional for authors. So we will need to add reviewers from the airtable list of reviewers (table "Reviews" and "Reviewers" [need github handles from here]) |
What info about reviewers do you want the registry to contain, only their GitHub handles? |
I think their ropensci handle from https://github.com/ropensci/roweb2/tree/master/content/authors which then contains their github handle. |
Good idea. I'll need to make sure we have the right name in the Airtable for the folks that already have an rOpenSci handle (for other folks, we can assume the name is right). I can see it'll mean listing on the website at some point. When we do that we'll need to make sure it's fine to add profile pages who might not be aware. |
PR open at ropensci-org/makeregistry#10 At the moment this only gives the name and GitHub usernames as stored in Airtable, I need to look into slugified names. |
@jeroen if reviewer GitHub names were added to the registry, would it be a good feature to add to R-universe package pages? |
We would like to display on the user profile pages which packages a user has reviewed. What would be the best way to save the reviewers in the registry data?
The text was updated successfully, but these errors were encountered: