Topcoder Direct - Add Optional Challenge Property - Product

Register
Submit a solution
The challenge is finished.

Challenge Overview

For this challenge, we'd like to support a new challenge property - Product, which can be entered in challenge launch wizard and be shown and edited in challenge detail page.

1. create a separate project_info_type for this property
 
INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (83, 'Product Type', 'Product Type', 'System', CURRENT, 'System', CURRENT);

2. In the launch Challenge Wizard, there should be a row in the same group as Challange Name.  the label should be "Product" and an text input to enter the Product info.  The project info should be set if it is not empty.
3. In Challenge Detail page, there should be a row in Challenge Type Section to show and edit the Product info.  when saving, it should clear the Product info or add/update the Project info.

Local Setup

- Please use the dev branch of https://github.com/appirio-tech/direct-app for development.
- Please check https://github.com/appirio-tech/tc-common-tutorials/blob/master/docker/direct-app/ for how to setup and run locally.

Final Submission Guidelines

- Code Changes For implementation
- Verification Steps

Review style

Final Review

Community Review Board

Approval

User Sign-Off

Challenge links

ID: 30056829