Skip to content

Commit 0085b67

Browse files
authored
Merge pull request #4456 from simranb86/issue_4404
fix for Issue #4404
2 parents 93106d5 + 69688c0 commit 0085b67

File tree

1 file changed

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

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,28 @@ const DESCRIPTION = {
2323
DEVELOPMENT: 'Develop code for apps, services, etc. Final fixes are not included',
2424
TEST_SCENARIOS: 'Provide simple, easy information about what to test',
2525
CONTENT_CREATION: 'Generate topic ideas as a blog, video, infographic, or other format',
26+
IDEA_GENERATION: 'Generate feasible concepts for products, apps, features, etc',
2627
SPECIFICATION: 'Document requirements to be satisfied for design, product, or service',
2728
TASK: 'An assigned piece of work',
2829
AUTOMATED_TESTING: 'Challenges were submissions are auto-scored against a set of automated test cases',
2930
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.',
31+
SPEC_REVIEW: 'Review of technical writing of requirements for the scope of work',
32+
MARATHON: 'Programming competition',
3033
DESIGN: 'Prepare the visual sketch or the plans for a website, feature, app, etc',
3134
TEST_SUITES: 'Develop test cases to be used to validate apps, website, etc.',
3235
CONCEPTUALIZATION: 'Discover and define user stories and requirements',
36+
DESIGN_FIRST2FINISH: 'Be the first to deliver the design solution',
3337
DESIGN_FIRST_2_FINISH: 'Be the first to deliver the design solution',
3438
FIRST_2_FINISH: 'Be the first to deliver the development solution',
39+
FIRST2FINISH: 'Be the first to deliver the development solution',
3540
LOGO_DESIGN: 'Logo Design',
3641
MARATHON_MATCH: 'Write algorithms to solve complex problems, often for real world issues',
3742
DEVELOP_MARATHON_MATCH: 'Write algorithms to solve complex problems, often for real world issues',
3843
PRINT_OR_PRESENTATION: 'Design print and presentation assets',
3944
SRM: 'Single Round Match - quickly write code to solve algorythm problems head to head against other competitors',
4045
STUDIO_OTHER: 'Studio other',
4146
UI_PROTOTYPE_COMPETITION: 'Develop the front end of a UX',
47+
WEB_DESIGN: 'Design UI and front end experiences for web experiences',
4248
WEB_DESIGNS: 'Design UI and front end experiences for web experiences',
4349
WIDGET_OR_MOBILE_SCREEN_DESIGN: 'Design UI and front end experiences for mobile',
4450
WIREFRAMES: 'Produce the information architecture for user experiences',
@@ -56,20 +62,26 @@ const HEADER = {
5662
TEST_SUITES: 'Test Suites (TS)',
5763
TEST_SCENARIOS: 'Test Scenarios (Ts)',
5864
CONTENT_CREATION: 'Content Creation (CC)',
65+
IDEA_GENERATION: 'Idea Generation (IG)',
5966
SPECIFICATION: 'Specification (Sp)',
6067
TASK: 'Task (Tk)',
6168
AUTOMATED_TESTING: 'Automated Testing (AT)',
6269
COPILOT_POSTING: 'Copilot Posting (CP)',
70+
SPEC_REVIEW: 'Specification Review (SR)',
71+
MARATHON: 'Marathon (MM)',
6372
DESIGN: 'Design (Ds)',
6473
CONCEPTUALIZATION: 'Conceptualization (Cn)',
74+
DESIGN_FIRST2FINISH: 'Design First2Finish(DF2F)',
6575
DESIGN_FIRST_2_FINISH: 'Design First2Finish(DF2F)',
76+
FIRST2FINISH: 'First2Finish (F2F)',
6677
FIRST_2_FINISH: 'First2Finish (F2F)',
6778
LOGO_DESIGN: 'Logo Design (Lg)',
6879
MARATHON_MATCH: 'Marathon Match (MM)',
6980
DEVELOP_MARATHON_MATCH: 'Marathon Match (MM)',
7081
PRINT_OR_PRESENTATION: 'Print/Presentation (PP)',
7182
SRM: 'Single Round Match (SRM)',
7283
UI_PROTOTYPE_COMPETITION: 'UI Prototype (Pr)',
84+
WEB_DESIGN: 'Web Design (Wb)',
7385
WEB_DESIGNS: 'Web Design (Wb)',
7486
WIDGET_OR_MOBILE_SCREEN_DESIGN: 'Widget or Mobile Screen Design (Wg)',
7587
STUDIO_OTHER: 'Generic design challenge (D)',

0 commit comments

Comments
 (0)