SCCapstone / Delta

A file transfer system for researchers to upload and share data sets with other researchers.
0 stars 0 forks source link

fixed showing reviews when create them by adding a small delay (200 ms) #275

Closed lxaw closed 1 year ago

lxaw commented 1 year ago

Prior there was an issue that when a review was added, it would take a moment for the review to show. By adding a small delay (200ms) this is fixed. We may wish to make the async function addReview([reviewData]) be able to take in a call back function that runs when the async function completes. That would require some more re-writing; for now this is a simple solution.