Remove several fields used less than five times#2899
Remove several fields used less than five times#2899deepakunni3 merged 8 commits intoOBOFoundry:masterfrom
Conversation
matentzn
left a comment
There was a problem hiding this comment.
QC issues but the content is great from my perspective
|
@matentzn fixed by adding uv installation to the workflows |
|
@deepakunni3 I have no issues with these changes and approve of them. Can you sanity check? |
deepakunni3
left a comment
There was a problem hiding this comment.
Thank you @cthoyt for removing less frequently used fields.
The PR looks good to me 👍
|
I'm pretty sure in_foundry and in_foundry_order are no longer needed. The tip-off was the list of in_foundry_order, which mirrors the ontologies that passed review to become a full-fledged Foundry member (as opposed to Library). As the 'Foundry' and 'Library' distinctions are no longer made, these tags will not be used anywhere. Please double check against now-in-use processes to make sure. |
As a follow-up to #2892, this PR removes the following fields, each of which was used less than five times:
titlefield)repositoryfield)This was done by running the script:
$ python -m obofoundry.remove_field canonical documentation integration_server label releases wasDerivedFrom wikidata_template slackIf you want to see which fields are not frequently used, run:
$ python utils/check_schema.py --max-cutoff 20