biothings/biothings.api

Adding build doc adapter for release note generation

erikyao opened this issue · 2 comments

Related Issue in MyVariant: biothings/myvariant.info#103

Currently hub/datarelease/publisher.py generates release notes directly from build docs, JsonDiff module, and ES clients. Considering the complexity of the structure of the build docs, introducing an adapter of build docs, which extracts the essential information from build docs for release note generation, will lower the cost of maintenance.

Newly designed adapter modules:

mermaid-diagram-20220405135339

To be implemented along with biothings/myvariant.info#103