Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

[FEAT] Add product type filtering #4

@issy

Description

@issy

Description

The Ark database contains many different types of product; including NICs, CPUs, NUCs and many more. There must be a way to distinctly categorise product entries in the database, even if it's not exhaustive. We may only be able to successfully identify NICs and CPUs, but that would still be better than nothing.

As an extension of this, it would be useful to add query params to the search endpoint to filter by a type of product (or even multiple).

It may be that the only way of identifying the type of a product is by checking certain specification fields in the product data. This has the potential to be very time consuming in a large set of products, in which case the outcome may not be desirable. Investigation is needed in this area.

DOD

  • Determine which products can be identified by type
  • Implement a way of only including products of X type or XY types in a search response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions