Closed parlar closed 2 months ago
In practice that would work, but the way we have been approaching it is to have extension view support integrated in the regular view server/blueprints
hierarchy and calling on the extension code as needed to communicate with the external service api.
super!
bye
bye
bye! 😄
Regarding topic https://github.com/Clinical-Genomics/scout/issues/4798 I have a design question. We would rather avoid implementing a separate flask app for our third-party integration / export tool, but a view will be required.
Would you prefer encapsulating all functionality needed by the tool in the extension such that it also includes blueprints and views?
Like that:
This is probably a silly question. I have zero experience of flask development and don't know how things are usually done.