-
Notifications
You must be signed in to change notification settings - Fork 0
[$300] Update challenge forum processor to support self-service flag #663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@jmgasper Please apply PRs: Example for 'Development Forums': if selfService is true then a group page for a Development track looks like Let me know if you have any questions. Thanks! |
Challenge https://www.topcoder.com/challenges/8e2cafb8-ff2a-40e4-bd36-a517e8d2cb8e has been created for this ticket. |
Challenge https://www.topcoder.com/challenges/8e2cafb8-ff2a-40e4-bd36-a517e8d2cb8e has been assigned to obog. |
@atelomycterus - One issue here: We need a way to change the description separately for self-service as well. We don't want the link to be shown to the client:
For self-service, we want just:
|
@jmgasper Please apply PR-topcoder-platform/challenge-forum-processor#72. Thanks! |
Payment task has been updated: https://www.topcoder.com/challenges/8e2cafb8-ff2a-40e4-bd36-a517e8d2cb8e |
@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.
The text was updated successfully, but these errors were encountered: