Would it make sense to automate removing things from the NOR dashboard after they're accepted in OBO Foundry?
The steps that could be taken in a script in a GitHub Actions workflow running once nightly or on request:
- Get all ontologies' prefixes from https://github.com/OBOFoundry/OBOFoundry.github.io/blob/master/registry/ontologies.yml
- Filter all entries in https://github.com/OBOFoundry/obo-nor.github.io/blob/master/dashboard-config.yml that have a prefix that's in the OBO Foundry already
- Commit the
dashboard-config.yml back to the repo if there are any changes