Use the jobsManager in the (Apollo) session to update that an ontology is loading.
We'll have to pass something into the OntologyManager to call updates with, like an update callback. We can then use that callback to adapt to the jobsManager. e.g. something like this:
Use the
jobsManager
in the (Apollo) session to update that an ontology is loading.We'll have to pass something into the OntologyManager to call updates with, like an
update
callback. We can then use that callback to adapt to thejobsManager
. e.g. something like this:You can see an example of how
jobsManager
is used inpackages/jbrowse-plugin-apollo/src/components/ImportFeatures.tsx
.