Skip to content

Issues on the Ingest-UI #1442

@libpitt

Description

@libpitt
  1. There is a brief flash of the login page on refresh of the ui. This can be quite noticeable when the page has been idle for some time.
  2. The filtering currently only filters what's been returned from the /search (i.e. current table results) and not reachable to search beyond that scope. Expected UX:
    a. If a user sets some filter, say Group Name, and then clicks SEARCH, this should return any entities with the user's set group name. This is possible by modifying the elastic search query to include filters.
  3. As with filtering, same goes for column sorting. It only sorts the results from /search
  4. User needs to click SEARCH to query beyond the scope of current result. Ideally, the user should be informed of this behavior
  5. Filter operators from the MUI's DataGrid component that are not being handled by the application should ideally be removed
  6. Clicking the CLEAR button returns No record found message, this should ideally return the default results.
  7. The query parameters (in the browser url field) aren't being handled by the application, but are being set in the url every time a user filters their search
  8. Directly visiting the url say: https://ingest.dev.hubmapconsortium.org/?entity_type=publication&keywords=lisa seems to not always redirect the user automatically.
  9. Missing spinner to indicate loading data

The attached video addresses some of these issues.
https://github.com/user-attachments/assets/a663273b-2821-42a3-92f1-b9792e74ff59

unused-operators

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions