eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
861 stars 784 forks source link

Paper UI: Filtering mechanisms for Item list #2614

Closed kaikreuzer closed 7 years ago

kaikreuzer commented 7 years ago

Currently, the Item list is a flat list and if there are many items defined, it is almost unusable, because the user cannot find the one(s) he is looking for.

I would therefore suggest the introduction of some clever search and filter mechanism:

kubawolanin commented 7 years ago

For what I have seen PaperUI is using Angular Material framework. I may suggest using md-autocomplete component instead of md-select. I'm involved in HABPanel more nowadays (need to finish a few things I'm working on), but I may jump in later on.