registry icon indicating copy to clipboard operation
registry copied to clipboard

support multiple use cases for packages

Open susanev opened this issue 3 years ago • 2 comments

right now, I believe we only support 1 category (shown as use case in the ui) for every package, but we have several packages that fit into multiple categories. if its easy, we should add support for a comma-separated list of categories in the package definition.

susanev avatar Dec 01 '22 07:12 susanev

@kimberleyamackenzie @sean1588 not including actually updating the packages we want to have multiple categories, how much eng effort do yall think it would be to enable this?

susanev avatar Dec 01 '22 07:12 susanev

@susanev sorry I missed this, I think this would be a small, right now we use data attributes for the categories, and we ought to be able to just change that from using a string to using an array of strings, and then update the JS to handle that.

kimberleyamackenzie avatar Dec 05 '22 19:12 kimberleyamackenzie