From ece73896c5c82107db4301ff759664c734aa6389 Mon Sep 17 00:00:00 2001 From: sr_jr Date: Tue, 2 Jun 2020 10:13:48 +0530 Subject: [PATCH 1/4] fix for issue #4404 --- .../Tooltips/TrackAbbreviationTooltip/index.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx b/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx index b0e2445d93..9fd0f8a6f6 100644 --- a/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx +++ b/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx @@ -30,8 +30,10 @@ const DESCRIPTION = { 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_FIRST2FINISH: : 'Be the first to deliver the design solution', DESIGN_FIRST_2_FINISH: 'Be the first to deliver the design solution', FIRST_2_FINISH: 'Be the first to deliver the development solution', + FIRST2FINISH: 'Be the first to deliver the development solution', LOGO_DESIGN: 'Logo Design', MARATHON_MATCH: 'Write algorithms to solve complex problems, often for real world issues', DEVELOP_MARATHON_MATCH: 'Write algorithms to solve complex problems, often for real world issues', @@ -39,6 +41,7 @@ const DESCRIPTION = { SRM: 'Single Round Match - quickly write code to solve algorythm problems head to head against other competitors', STUDIO_OTHER: 'Studio other', UI_PROTOTYPE_COMPETITION: 'Develop the front end of a UX', + WEB_DESIGN: 'Design UI and front end experiences for web experiences', WEB_DESIGNS: 'Design UI and front end experiences for web experiences', WIDGET_OR_MOBILE_SCREEN_DESIGN: 'Design UI and front end experiences for mobile', WIREFRAMES: 'Produce the information architecture for user experiences', @@ -62,7 +65,9 @@ const HEADER = { COPILOT_POSTING: 'Copilot Posting (CP)', DESIGN: 'Design (Ds)', CONCEPTUALIZATION: 'Conceptualization (Cn)', + DESIGN_FIRST2FINISH: 'Design First2Finish(DF2F)', DESIGN_FIRST_2_FINISH: 'Design First2Finish(DF2F)', + FIRST2FINISH: 'First2Finish (F2F)', FIRST_2_FINISH: 'First2Finish (F2F)', LOGO_DESIGN: 'Logo Design (Lg)', MARATHON_MATCH: 'Marathon Match (MM)', @@ -70,6 +75,7 @@ const HEADER = { PRINT_OR_PRESENTATION: 'Print/Presentation (PP)', SRM: 'Single Round Match (SRM)', UI_PROTOTYPE_COMPETITION: 'UI Prototype (Pr)', + WEB_DESIGN: 'Web Design (Wb)', WEB_DESIGNS: 'Web Design (Wb)', WIDGET_OR_MOBILE_SCREEN_DESIGN: 'Widget or Mobile Screen Design (Wg)', STUDIO_OTHER: 'Generic design challenge (D)', From 766a9b800c14044bcfd8de0943ef2e2e1c9cc50f Mon Sep 17 00:00:00 2001 From: sr_jr Date: Tue, 2 Jun 2020 13:47:24 +0530 Subject: [PATCH 2/4] fix for issue #4404 --- .../Tooltips/TrackAbbreviationTooltip/index.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx b/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx index 9fd0f8a6f6..781cbbd4d4 100644 --- a/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx +++ b/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx @@ -23,10 +23,13 @@ const DESCRIPTION = { 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', + IDEA_GENERATION: 'Generate 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.', + SPEC_REVIEW: 'Review of technical writing of requirements for the scope of work', + MARATHON: 'Programming competition', 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', @@ -59,10 +62,13 @@ const HEADER = { TEST_SUITES: 'Test Suites (TS)', TEST_SCENARIOS: 'Test Scenarios (Ts)', CONTENT_CREATION: 'Content Creation (CC)', + IDEA_GENERATION: 'Idea Generation (IG)', SPECIFICATION: 'Specification (Sp)', TASK: 'Task (Tk)', AUTOMATED_TESTING: 'Automated Testing (AT)', COPILOT_POSTING: 'Copilot Posting (CP)', + SPEC_REVIEW: 'Specification Review (SR)', + MARATHON: 'Marathon (MM)', DESIGN: 'Design (Ds)', CONCEPTUALIZATION: 'Conceptualization (Cn)', DESIGN_FIRST2FINISH: 'Design First2Finish(DF2F)', From 7cb6c5c089f9134c2c6308af9cf45fda8428d315 Mon Sep 17 00:00:00 2001 From: sr_jr Date: Tue, 2 Jun 2020 13:56:42 +0530 Subject: [PATCH 3/4] fix for ussye #4404 --- .../Tooltips/TrackAbbreviationTooltip/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx b/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx index 781cbbd4d4..51753736d9 100644 --- a/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx +++ b/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx @@ -33,7 +33,7 @@ const DESCRIPTION = { 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_FIRST2FINISH: : 'Be the first to deliver the design solution', + DESIGN_FIRST2FINISH: 'Be the first to deliver the design solution', DESIGN_FIRST_2_FINISH: 'Be the first to deliver the design solution', FIRST_2_FINISH: 'Be the first to deliver the development solution', FIRST2FINISH: 'Be the first to deliver the development solution', From 69688c05b34893c8f079e90f121ef1e57b707413 Mon Sep 17 00:00:00 2001 From: sr_jr Date: Wed, 3 Jun 2020 02:47:07 +0530 Subject: [PATCH 4/4] fix for issue #4404 --- .../Tooltips/TrackAbbreviationTooltip/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx b/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx index 51753736d9..224117ded4 100644 --- a/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx +++ b/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx @@ -23,7 +23,7 @@ const DESCRIPTION = { 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', - IDEA_GENERATION: 'Generate ideas as a blog, video, infographic, or other format', + IDEA_GENERATION: 'Generate feasible concepts for products, apps, features, etc', 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',