Closed
Description
@atelomycterus - The challenge forum processor needs an update to better handle separate templates for self-service challenges
Expected
For a self-service challenge, we are going to limit the categories and threads available
Implementation
To determine if a challenge is self-service, we should be able to see a new boolean flag on the challenge data:
challenge.legacy.selfService
I'm hoping we can define a new template object in the template.json file for only self-service challenges to use, which will allow us to modify the template as Topcoder requests, thanks.