Picolab / pico-engine

An implementation of the pico-engine hosted on node.js
http://picolabs.io/
MIT License
43 stars 8 forks source link

Allow developer to select which Logging filters are desired #537

Open b1conrad opened 3 years ago

b1conrad commented 3 years ago

Issue #536 did the desired filtering out of visual clutter.

This issue is about having a widget in the Logging tab where the developer could select desired filtering. Such as

  1. no filtering -- everything shows
  2. filter out UI queries (as is done in the code after #536)
  3. show all queries only
  4. show all events only
  5. show only queries matching a RID prefix or pattern
  6. show only events with a particular EID

and perhaps others. Note that the last two listed here would require a text field as well as a selection dropdown.