We can manually categorize bundles in the section_ops repo.
User-set category information might come from metadata.yaml, which poses a problem because bundles don't have a metadata file.
Even if they did, we need to check with the Juju team to ensure there's a specification for category information and a field; old charms used to have "tags" which are mapped to categories, but I would need to check on our side to see whether we still do the mapping for newly-uploaded charms (I think that's not the case).
1- Check whether tag information is extracted and mapped for categories for new charms
2- Check whether we extract native category information in new charms.
3- If we do, we might simply add category support to bundle.yaml, though we need to check with the Juju team.
We can manually categorize bundles in the section_ops repo.
User-set category information might come from metadata.yaml, which poses a problem because bundles don't have a metadata file.
Even if they did, we need to check with the Juju team to ensure there's a specification for category information and a field; old charms used to have "tags" which are mapped to categories, but I would need to check on our side to see whether we still do the mapping for newly-uploaded charms (I think that's not the case).
1- Check whether tag information is extracted and mapped for categories for new charms
2- Check whether we extract native category information in new charms.
3- If we do, we might simply add category support to bundle.yaml, though we need to check with the Juju team.