Skip to content

Added provided details for tooltips for challenge listing for issue #4404 #4437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ 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',
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: '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',
DESIGN_FIRST_2_FINISH: 'Be the first to deliver the design solution',
Expand All @@ -47,6 +54,13 @@ const HEADER = {
CODE: 'Code (Cd)',
DEVELOPMENT: 'Development (Dv)',
TEST_SUITES: 'Test Suites (TS)',
TEST_SCENARIOS: 'Test Scenarios (Ts)',
CONTENT_CREATION: 'Content Creation (CC)',
SPECIFICATION: 'Specification (Sp)',
TASK: 'Task (Tk)',
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)',
Expand Down