support multiple use cases for packages
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.
@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 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.