leprechaunt33 / VAERity

Uncovering truth in data - a local interface for VAERS
1 stars 0 forks source link

Grid View for viewing raw data from a query breaks on larger data sets #2

Closed leprechaunt33 closed 1 year ago

leprechaunt33 commented 1 year ago

This is an initial report describing a known issue in VAERity which is being reviewed in early 2023.

For larger datasets, the grid view within the popup window's ScrollViewer cuts off printing columns at a particular point, causing text overlap on scroll. A screenshot will be uploaded.

This only occurs when the number of columns exceeds both the on-screen area and the scrollable area. It may be the result of the interaction of Popup with GridLayout in kivy.

This issue does not prevent saving the data.

Larger datasets (>10K records) may also experience a delay when using the grid viewer in this unintended way. Realistically, viewing entire records should be done through the Data Query screen and its included record viewer. These issues will still be resolved for the sake of completeness before official 1.0 is declared.

leprechaunt33 commented 1 year ago

image

Visual representation of this bug on dataset generated from all incidents with onset up to 3 days, with 3 days or more hospitalization.

leprechaunt33 commented 1 year ago

Closing issue as non fatal, bug is noted in code and will be addressed in future push/commit. Will remain in 1.0RC1 as it does not affect the primary program functionality