Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More advanced database browser #8

Open
martukas opened this issue Apr 21, 2022 · 0 comments
Open

More advanced database browser #8

martukas opened this issue Apr 21, 2022 · 0 comments

Comments

@martukas
Copy link
Member

The database browser should be more advanced.

Desired features:

  • selection of custom fields for columns
  • sorting by column
  • filtering by particular values or value ranges (of metadata)
  • filtering by existence of particular fields (of metadata or trace variables)
  • filtering by analytical values - e.g. length of run, range in trace values - this may be contingent on implementation of such analysis scripts and having had them automatically run on the data when uploading
  • pagination? Perhaps, depending on how we envision the interface being used
  • selection of time-zone by user and displaying test times accordingly, instead of UTC

Most of these functions should not have to be "hand-rolled". There are probably libraries that do that sort of thing, such as:
https://ant.design/components/table/#components-table-demo-filter-search
https://react-bootstrap-table.github.io/react-bootstrap-table2/

Efficiency at this point is not hugely important, as our database will be quite small (relative to what is "out there"), as is our user base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant