diff --git a/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx b/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx index efdaca380e..b0e2445d93 100644 --- a/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx +++ b/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx @@ -21,6 +21,13 @@ const DESCRIPTION = { BUG_HUNT: 'Quickly find Bugs in apps, websites', CODE: 'Develop code for apps, services, etc. Final fixes are not included', DEVELOPMENT: 'Develop code for apps, services, etc. Final fixes are not included', + TEST_SCENARIOS: 'Provide simple, easy information about what to test', + CONTENT_CREATION: 'Generate topic ideas as a blog, video, infographic, or other format', + SPECIFICATION: 'Document requirements to be satisfied for design, product, or service', + TASK: 'An assigned piece of work', + AUTOMATED_TESTING: 'Challenges were submissions are auto-scored against a set of automated test cases', + COPILOT_POSTING: 'A post made to the copilot community which asks them to come back with a proposal for your project. This proposal typically includes a suggested gameplan, an estimated budget and their take on what approach to use.', + DESIGN: 'Prepare the visual sketch or the plans for a website, feature, app, etc', TEST_SUITES: 'Develop test cases to be used to validate apps, website, etc.', CONCEPTUALIZATION: 'Discover and define user stories and requirements', DESIGN_FIRST_2_FINISH: 'Be the first to deliver the design solution', @@ -47,6 +54,13 @@ const HEADER = { CODE: 'Code (Cd)', DEVELOPMENT: 'Development (Dv)', TEST_SUITES: 'Test Suites (TS)', + TEST_SCENARIOS: 'Test Scenarios (Ts)', + CONTENT_CREATION: 'Content Creation (CC)', + SPECIFICATION: 'Specification (Sp)', + TASK: 'Task (Tk)', + AUTOMATED_TESTING: 'Automated Testing (AT)', + COPILOT_POSTING: 'Copilot Posting (CP)', + DESIGN: 'Design (Ds)', CONCEPTUALIZATION: 'Conceptualization (Cn)', DESIGN_FIRST_2_FINISH: 'Design First2Finish(DF2F)', FIRST_2_FINISH: 'First2Finish (F2F)',