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

As an authenticated user I want to be able to filter the list of sensors that are shown to me #3

Open
istyf opened this issue Jan 16, 2024 · 1 comment

Comments

@istyf
Copy link
Contributor

istyf commented Jan 16, 2024

Is your feature request related to a problem? Please describe.

The number of sensors that an individual user is authorised to access might grow very large. It is important for the usability of the system that it is easy to filter out only the interesting sensors when performing certain operations.

Describe the solution you'd like

Result views in the web app should provide a way to optionally specify criteria to filter out subsets of available sensors prior to display.

Describe alternatives you've considered

None.

Additional context

  • I am logged in
  • Filtering could be done based on ID, name, tenant, status, ... ?
@nordbergmikael
Copy link
Contributor

nordbergmikael commented Feb 5, 2024

exempel på filter:

  • deveui (fysisk id), fritext
  • deviceID (virtuellt id), fritext
  • namn, fritext
  • typ (dekoder), flerval
  • aktiv, ja/nej
  • state (ok, varning, fel), flerval
  • tenant, flerval

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

2 participants