Skip to content

fix for Issue #4404 #4456

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 4 commits into from
Jun 3, 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 @@ -23,22 +23,28 @@ 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 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',
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',
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',
PRINT_OR_PRESENTATION: 'Design print and presentation assets',
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',
Expand All @@ -56,20 +62,26 @@ 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)',
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)',
DEVELOP_MARATHON_MATCH: 'Marathon Match (MM)',
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)',
Expand Down