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.
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.