You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking into why there was a discrepancy between the unit gallery:
and the unit viewer:
This is because the unit view is checking for images where file_exists is true, but in the case of poor n/a, it is only associated with images that have no actual file. We should note this when displaying information to the user. Two ideas:
either filter by file_exists on gallery description display OR
acknowledge the missing images in the unit tab pane
The text was updated successfully, but these errors were encountered:
I was looking into why there was a discrepancy between the unit gallery:
and the unit viewer:
This is because the unit view is checking for images where
file_exists
is true, but in the case of poorn/a
, it is only associated with images that have no actual file. We should note this when displaying information to the user. Two ideas:The text was updated successfully, but these errors were encountered: