dejacode icon indicating copy to clipboard operation
dejacode copied to clipboard

Add filters/search for the Product Inventory

Open mjherzog opened this issue 1 year ago • 3 comments

When working with hundred of Inventory Items you need the capability to search and filter by Item name. Some common use cases are:

  • Search/filter by package type
  • Search/filter by package or component name.

mjherzog avatar May 09 '24 00:05 mjherzog

Enhancement suggestion noted. As a short-term workaround, please note that you can use the text search feature of your browser to look for a package.

DennisClark avatar May 09 '24 14:05 DennisClark

Of course, but that is very primitive and does not allow you to create a subset of data to work with.

mjherzog avatar May 09 '24 18:05 mjherzog

@mjherzog Inventory tab search was added along in https://github.com/nexB/dejacode/issues/3 PR https://github.com/nexB/dejacode/pull/24

You can now use it to search the following fields:

  • component__name
  • component__version
  • package__filename
  • package__type
  • package__namespace
  • package__name
  • package__version
  • license_expression
  • notes
  • extra_attribution_text
  • feature
  • issue_ref

This should cover the basics but we can keep this issue opened for improvements regarding the Ui and active filters.

tdruez avatar May 30 '24 14:05 tdruez

Added the current active filter in the Inventory tab UI.

tdruez avatar Aug 23 '24 08:08 tdruez