Propose new functionalities for Decidim software
#DecidimRoadmap Designing Decidim together
Show child categories in export
Accepted / In progress
Currently exports only display the parent category in the category column. Sometimes it's important for our client to be able to filter by subcategories, especially when exporting the results.
We recommend with @Armand_OSP that we keep the two existing catégories :
- category/id
- category/name/fr
In the cell we'll just use a json format :
cat_parent : { "cat_child":{cat_grandchild"}}
That way a developper can still parse it.
This proposal has been accepted and is under development
- Has been reviewed by Decidim Product and complies with the Social Contract
- It is funded by Rillieux-la-Pape
- Developed by Open Source Politics
- Waiting for PR
Report inappropriate content
Is this content inappropriate?
1 comment
@carol additional info
Is your feature related to a problem?
Currently exports only display the parent category in the category column. Sometimes it's important for our client to be able to filter by subcategories, especially when exporting the results.
Describe the solution you'd like
In the export file, include all the necessary information in the category cells :
- category/id
- category/name/fr
To reflect the parent-child structure we recommend using a json format :
catparent : { "catchild":{cat_grandchild"}}
That way a developper can still parse it.
Additional context
None
Does this issue could impact on users private data ?
Nope
Add your comment
Sign in with your account or sign up to add your comment.
Loading comments ...