MoTrPAC / motrpac-frontend

User interface and Frontend for MoTrPAC Bioinformatics Center
MIT License
3 stars 0 forks source link

Connects to #205. QC Data Monitor updates for QC automation version 2. #209

Closed jimmyzhen closed 1 year ago

jimmyzhen commented 1 year ago

Key Changes:

cteng585 commented 1 year ago

Tabs appear and behave as expected.

One thing I noticed is that the first time the Phase section of the data monitor needs to load, it takes ~10-15 seconds. Also, there are only 7 metabolomics entries and 12 proteomics entries. Is this expected?

jimmyzhen commented 1 year ago

Hi @cteng585, thanks for helping to review this PR.

The initial data fetch does take a little bit of time. Although the GET requests are async, the data transfer rate does vary from user to user depending on the network. We will look into ways to optimize the performance going forward.

The demo instance is using dev QC data. I am not expecting it to mirror what we have in production.