Skip to content

Commit f69849d

Browse files
authored
Merge pull request #4437 from simranb86/issue_4404
Added provided details for tooltips for challenge listing for issue #4404
2 parents 524db2d + 6f257b0 commit f69849d

File tree

1 file changed

+14
-0
lines changed
  • src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip

1 file changed

+14
-0
lines changed

src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ const DESCRIPTION = {
2121
BUG_HUNT: 'Quickly find Bugs in apps, websites',
2222
CODE: 'Develop code for apps, services, etc. Final fixes are not included',
2323
DEVELOPMENT: 'Develop code for apps, services, etc. Final fixes are not included',
24+
TEST_SCENARIOS: 'Provide simple, easy information about what to test',
25+
CONTENT_CREATION: 'Generate topic ideas as a blog, video, infographic, or other format',
26+
SPECIFICATION: 'Document requirements to be satisfied for design, product, or service',
27+
TASK: 'An assigned piece of work',
28+
AUTOMATED_TESTING: 'Challenges were submissions are auto-scored against a set of automated test cases',
29+
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.',
30+
DESIGN: 'Prepare the visual sketch or the plans for a website, feature, app, etc',
2431
TEST_SUITES: 'Develop test cases to be used to validate apps, website, etc.',
2532
CONCEPTUALIZATION: 'Discover and define user stories and requirements',
2633
DESIGN_FIRST_2_FINISH: 'Be the first to deliver the design solution',
@@ -47,6 +54,13 @@ const HEADER = {
4754
CODE: 'Code (Cd)',
4855
DEVELOPMENT: 'Development (Dv)',
4956
TEST_SUITES: 'Test Suites (TS)',
57+
TEST_SCENARIOS: 'Test Scenarios (Ts)',
58+
CONTENT_CREATION: 'Content Creation (CC)',
59+
SPECIFICATION: 'Specification (Sp)',
60+
TASK: 'Task (Tk)',
61+
AUTOMATED_TESTING: 'Automated Testing (AT)',
62+
COPILOT_POSTING: 'Copilot Posting (CP)',
63+
DESIGN: 'Design (Ds)',
5064
CONCEPTUALIZATION: 'Conceptualization (Cn)',
5165
DESIGN_FIRST_2_FINISH: 'Design First2Finish(DF2F)',
5266
FIRST_2_FINISH: 'First2Finish (F2F)',

0 commit comments

Comments
 (0)