TACC / a2cps-datastore-imaging

0 stars 0 forks source link

Date filtering bugs - Heat map tab - switching problem, display order #40

Open jcf2 opened 2 months ago

jcf2 commented 2 months ago

Site Selection/Switching Problem

There is currently a problem with the switching of sites under "last 15 days" on the Heat Map tab. I'm not sure how specific this is, either to the date selection or to the specific mix of scans that's there now. The specific mix described here is what's shown in #39.

Setup: Go to Heat Map tab and select "Recent (15 days)" and "re-load report". Then select "UI" or UC" as the site.

Display works for the selected site if it is UI or UC. It also works (by saying "no data") for WS, SH, or RU sites. However, if "UM" is selected, then the display remains at whatever is being shown rather than showing either actual data (as expected based on current data as shown in #39) or "no data".

UC 8/26/24: UC_heat_map_26aug2024

Note: to avoid missing a problem with WS, SH, NS, or RU, I selected "UC" followed by one of these sites, repeating four times -- this ensured that the "no data" was not from the prior site from this list (if it behaved like UM). Thus, the problem currently is specific to UM out of the seven sites.

Display Order

  1. In the above heat map plot, the rows are sorted alphabetically. It would be preferable to use the scan order, as given on the Overview page: T1, DWI, REST1, CUFF1, CUFF2, REST2
  2. There is an empty grey box between the first five and and final sixth scan. It seems it would be better not to have that? I'm not sure if there was a reason for it, but I can't think of one.
jcf2 commented 2 months ago

This mostly seems to be the same issue as #39, and the fix of inserting dummy/empty quality entries should fix it.

However, possibly there should be a "defense" against the behavior described above for UM, where the site selection (which must have been returning an empty selection?) leads to no update to the previous figure instead of the "no data" message.