usnistgov / oar-pdr

The NIST Open Access to Research (OAR) Public Data Repository (PDR) system software
11 stars 10 forks source link

Fixed missing metrics data;Display folder level downloads in tree table #192

Closed chuanlin2018 closed 3 years ago

chuanlin2018 commented 3 years ago

This check in fixed two issues:

  1. Not all metrics data show up in the chart - somehow Object.assign() didn't append objects but replace object instead. It ended up we only have the last folder's data in the chart.
  2. The total downloads of each folder didn't show up in the tree table - handleSum() was moved to a wrong location in one of previous check in.