From 30a7f73264ef7eaf4b8f5bd9cc23fc064568da00 Mon Sep 17 00:00:00 2001 From: sr_jr Date: Fri, 29 May 2020 10:47:50 +0530 Subject: [PATCH 1/2] Added provided details for tooltips for challenge listing --- .../Tooltips/TrackAbbreviationTooltip/index.jsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx b/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx index efdaca380e..0d946abb58 100644 --- a/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx +++ b/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx @@ -21,6 +21,14 @@ const DESCRIPTION = { BUG_HUNT: 'Quickly find Bugs in apps, websites', CODE: 'Develop code for apps, services, etc. Final fixes are not included', DEVELOPMENT: 'Develop code for apps, services, etc. Final fixes are not included', + TEST_SCENARIOS: 'Provide simple, easy information about what to test', + RIA_BUILD_COMPETITION: '', + CONTENT_CREATION: 'Generate topic 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: '', + COPILOT_POSTING: '', + 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_FIRST_2_FINISH: 'Be the first to deliver the design solution', @@ -47,6 +55,14 @@ const HEADER = { CODE: 'Code (Cd)', DEVELOPMENT: 'Development (Dv)', TEST_SUITES: 'Test Suites (TS)', + TEST_SCENARIOS: 'Test Scenarios (Ts)', + RIA_BUILD_COMPETITION: 'Ria Build Competition (RB)', + CONTENT_CREATION: 'Content Creation (CC)', + SPECIFICATION: 'Specification (Sp)', + TASK: 'Task', + AUTOMATED_TESTING: 'Automated Testing (AT)', + COPILOT_POSTING: 'Copilot Posting (CP)', + DESIGN: 'Design (Ds)', CONCEPTUALIZATION: 'Conceptualization (Cn)', DESIGN_FIRST_2_FINISH: 'Design First2Finish(DF2F)', FIRST_2_FINISH: 'First2Finish (F2F)', From 6f257b09ba0f278a0532bc8f78fec9dce0c1b30f Mon Sep 17 00:00:00 2001 From: sr_jr Date: Sun, 31 May 2020 23:47:28 +0530 Subject: [PATCH 2/2] fix for issue #4404 --- .../Tooltips/TrackAbbreviationTooltip/index.jsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx b/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx index 0d946abb58..b0e2445d93 100644 --- a/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx +++ b/src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx @@ -22,12 +22,11 @@ const DESCRIPTION = { CODE: 'Develop code for apps, services, etc. Final fixes are not included', DEVELOPMENT: 'Develop code for apps, services, etc. Final fixes are not included', TEST_SCENARIOS: 'Provide simple, easy information about what to test', - RIA_BUILD_COMPETITION: '', CONTENT_CREATION: 'Generate topic 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: '', - COPILOT_POSTING: '', + 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.', 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', @@ -56,10 +55,9 @@ const HEADER = { DEVELOPMENT: 'Development (Dv)', TEST_SUITES: 'Test Suites (TS)', TEST_SCENARIOS: 'Test Scenarios (Ts)', - RIA_BUILD_COMPETITION: 'Ria Build Competition (RB)', CONTENT_CREATION: 'Content Creation (CC)', SPECIFICATION: 'Specification (Sp)', - TASK: 'Task', + TASK: 'Task (Tk)', AUTOMATED_TESTING: 'Automated Testing (AT)', COPILOT_POSTING: 'Copilot Posting (CP)', DESIGN: 'Design (Ds)',