cedardevs / onestop

OneStop is a data discovery system being built by CIRES researchers on a grant from the NOAA National Centers for Environmental Information. We welcome contributions from the community!
GNU General Public License v2.0
43 stars 21 forks source link

Zeb - checklist #552

Closed zebdelk closed 6 years ago

zebdelk commented 6 years ago

Manual UI checks

Set up the test environment

General checks

Search Verification

Keywords

Time Filter (Temporal)

Location Filter (Spatial)

Collection View

Data we should add to the test set:

Description Tab

Matching Files (Granule View)

Access Tab

Error conditions

Text Search Errors

Spatial Search Errors

Accessibility and 508 compliance

Code verification

zebdelk commented 6 years ago
zebdelk commented 6 years ago

Instructions "Open GHRSST ODYSSEA collection (should be second result). Bounding coordinates read: 'Bounding box covering -18.5°, 30°, 36.5°, 46.5° (W, N, E, S).'" might not be accurate - I suspect the record has a tied DSMM score, so exact ordering may not be known.

Counts for section with "water -- 351 results returned" are off by 1

granule response doesn't have doi directly

zebdelk commented 6 years ago

video tab is not very accessible - both the list items for videos are strange, and the video plays (but has no sound) - and worse, steals focus and doesn't seem to give it back. (IE is bad, FF works fine!)

zebdelk commented 6 years ago

We should show the doi as a link in the collection details (under "identifiers" instead of "identifier") or doi: none https://doi.org/{doi}

zebdelk commented 6 years ago

Ran into the bug with identical rankings and next-page request on the granules tab, and it might be a more significant bug there for collections with around 30 granules (hit it multiple tries with the GRHSST VIIRS example). Additionally: it causes a bug with the "show more results" button, since it sees 28/29 loaded and always tries to load more (by going to result 40-60, then 60-80, and never being able to complete the load with all data)

zebdelk commented 6 years ago

"using an escape character \ in the search field will result in a parsing error" doesn't seem to be an issue? I tried co\-ops and co\n-ops and got the same results as with co-ops

zebdelk commented 6 years ago

508 automated (WAVE):

zebdelk commented 6 years ago

Checked off discovered issues that we fixed for the release candidate and wrote up stories in the backlog to cover other issues.