monarch-initiative / monarch-qc

WORK IN PROGRESS - new effort at implementing a QC Dashboard for the Monarch KG and Ingest
https://monarch-initiative.github.io/monarch-qc/
MIT License
1 stars 1 forks source link

Better fetch #22

Closed amc-corey-cox closed 1 year ago

amc-corey-cox commented 1 year ago

This branch prevents 404 messages on missing QC Reports.

We now also return the QC Report as a Promise allowing processing in the background instead of waiting for all QC Reports to process before displaying results. The Promise can now be awaited only when we need the data from any particular report and is likely to be fully processed and ready when we need it without delaying UI.

amc-corey-cox commented 1 year ago

I added the Title and Favicon update to this PR because they are quick little changes and didn't need their own branch.