Skip to content

Commit 30a7f73

Browse files
committed
Added provided details for tooltips for challenge listing
1 parent 88dd5fa commit 30a7f73

File tree

1 file changed

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

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ 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+
RIA_BUILD_COMPETITION: '',
26+
CONTENT_CREATION: 'Generate topic ideas as a blog, video, infographic, or other format',
27+
SPECIFICATION: 'Document requirements to be satisfied for design, product, or service',
28+
TASK: 'An assigned piece of work',
29+
AUTOMATED_TESTING: '',
30+
COPILOT_POSTING: '',
31+
DESIGN: 'Prepare the visual sketch or the plans for a website, feature, app, etc',
2432
TEST_SUITES: 'Develop test cases to be used to validate apps, website, etc.',
2533
CONCEPTUALIZATION: 'Discover and define user stories and requirements',
2634
DESIGN_FIRST_2_FINISH: 'Be the first to deliver the design solution',
@@ -47,6 +55,14 @@ const HEADER = {
4755
CODE: 'Code (Cd)',
4856
DEVELOPMENT: 'Development (Dv)',
4957
TEST_SUITES: 'Test Suites (TS)',
58+
TEST_SCENARIOS: 'Test Scenarios (Ts)',
59+
RIA_BUILD_COMPETITION: 'Ria Build Competition (RB)',
60+
CONTENT_CREATION: 'Content Creation (CC)',
61+
SPECIFICATION: 'Specification (Sp)',
62+
TASK: 'Task',
63+
AUTOMATED_TESTING: 'Automated Testing (AT)',
64+
COPILOT_POSTING: 'Copilot Posting (CP)',
65+
DESIGN: 'Design (Ds)',
5066
CONCEPTUALIZATION: 'Conceptualization (Cn)',
5167
DESIGN_FIRST_2_FINISH: 'Design First2Finish(DF2F)',
5268
FIRST_2_FINISH: 'First2Finish (F2F)',

0 commit comments

Comments
 (0)