Since there are now many topics in this forum but no categories, it is a bit confusing. It would therefore be helpful to have more categories. Here is a JSON suggestion of what categories there could be. The JSON file can possibly be imported automatically.
{
"categories": [
{
"name": "General",
"description": "General discussions and topics."
},
{
"name": "News",
"description": "Latest updates and news related to the community."
},
{
"name": "Apps",
"description": "Discussions about various applications and their functionalities.",
"subcategories": [
{
"name": "Existing Apps",
"description": "Information and discussions about currently available applications."
},
{
"name": "App requests and development",
"description": "Requests for new applications and development discussions."
},
{
"name": "General Packaging",
"description": "Discussions about packaging applications for distribution."
}
]
},
{
"name": "Devices",
"description": "Information and discussions about various hardware devices."
},
{
"name": "OS",
"description": "Discussions about various operating systems and their features."
},
{
"name": "Platform",
"description": "Topics related to the platform's features and support.",
"subcategories": [
{
"name": "Support",
"description": "Help and support for users of the platform."
},
{
"name": "Feature requests and development",
"description": "Requests for new features and discussions on development."
},
{
"name": "iOS App",
"description": "Discussions related to the iOS application."
},
{
"name": "Android App",
"description": "Discussions related to the Android application."
},
{
"name": "Ubuntu Touch App",
"description": "Discussions related to the Ubuntu Touch application."
}
]
},
{
"name": "Syncloud.org",
"description": "Community discussions and development for Syncloud.org.",
"subcategories": [
{
"name": "Feature requests and development",
"description": "Requests for new features and development discussions."
},
{
"name": "Translation",
"description": "Discussions about translating content for Syncloud.org."
}
]
},
{
"name": "Syncloud.it",
"description": "Community discussions and development for Syncloud.it.",
"subcategories": [
{
"name": "Feature requests and development",
"description": "Requests for new features and development discussions."
},
{
"name": "Subscription",
"description": "Information and discussions about subscription services."
}
]
},
{
"name": "Shop",
"description": "Marketplace for purchasing related products and services."
},
{
"name": "Wiki",
"description": "Collaborative documentation and knowledge base.",
"subcategories": [
{
"name": "Change requests",
"description": "Requests for changes or updates to the wiki."
},
{
"name": "Translation",
"description": "Discussions about translating wiki content into different languages."
}
]
},
{
"name": "Marketing",
"description": "Strategies and discussions related to marketing efforts."
},
{
"name": "Other projects",
"description": "Information and discussions about projects outside the main focus."
},
{
"name": "Off topic",
"description": "Casual discussions not related to the main topics."
}
]
}