varfish-org / varfish-server

VarFish: comprehensive DNA variant analysis for diagnostics and research
MIT License
43 stars 11 forks source link

Consolidate models, pydantic, protobuf types #1956

Closed holtgrewe closed 3 weeks ago

holtgrewe commented 2 months ago

Is your feature request related to a problem? Please describe. There are subtle difference between the Django mdoels, Pydantic v2 models, and protobufs from the worker.

Describe the solution you'd like Consolidate the types, names, etc. This must be followed by re-generating the spectacular-generated OpenAPI definitions as well as the front-end generated code.

Protobufs must be updated in worker.

Describe alternatives you've considered N/A

Additional context