You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,22 +23,28 @@ const DESCRIPTION = {
23
23
DEVELOPMENT: 'Develop code for apps, services, etc. Final fixes are not included',
24
24
TEST_SCENARIOS: 'Provide simple, easy information about what to test',
25
25
CONTENT_CREATION: 'Generate topic ideas as a blog, video, infographic, or other format',
26
+
IDEA_GENERATION: 'Generate feasible concepts for products, apps, features, etc',
26
27
SPECIFICATION: 'Document requirements to be satisfied for design, product, or service',
27
28
TASK: 'An assigned piece of work',
28
29
AUTOMATED_TESTING: 'Challenges were submissions are auto-scored against a set of automated test cases',
29
30
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',
30
33
DESIGN: 'Prepare the visual sketch or the plans for a website, feature, app, etc',
31
34
TEST_SUITES: 'Develop test cases to be used to validate apps, website, etc.',
32
35
CONCEPTUALIZATION: 'Discover and define user stories and requirements',
36
+
DESIGN_FIRST2FINISH: 'Be the first to deliver the design solution',
33
37
DESIGN_FIRST_2_FINISH: 'Be the first to deliver the design solution',
34
38
FIRST_2_FINISH: 'Be the first to deliver the development solution',
39
+
FIRST2FINISH: 'Be the first to deliver the development solution',
35
40
LOGO_DESIGN: 'Logo Design',
36
41
MARATHON_MATCH: 'Write algorithms to solve complex problems, often for real world issues',
37
42
DEVELOP_MARATHON_MATCH: 'Write algorithms to solve complex problems, often for real world issues',
38
43
PRINT_OR_PRESENTATION: 'Design print and presentation assets',
39
44
SRM: 'Single Round Match - quickly write code to solve algorythm problems head to head against other competitors',
40
45
STUDIO_OTHER: 'Studio other',
41
46
UI_PROTOTYPE_COMPETITION: 'Develop the front end of a UX',
47
+
WEB_DESIGN: 'Design UI and front end experiences for web experiences',
42
48
WEB_DESIGNS: 'Design UI and front end experiences for web experiences',
43
49
WIDGET_OR_MOBILE_SCREEN_DESIGN: 'Design UI and front end experiences for mobile',
44
50
WIREFRAMES: 'Produce the information architecture for user experiences',
0 commit comments