Skip to content

fixed #189 added abbreviaiton for bug hunt tooltip #268

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
Aug 27, 2017
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 @@ -27,13 +27,15 @@ const DESCRIPTION = {
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',
BUG_HUNT: 'Quickly find Bugs in apps, websites',
};

const HEADER = {
APPLICATION_FRONT_END_DESIGN: 'Application Front-End Design (AFED)',
ARCHITECTURE: 'Architecture (Ar)',
ASSEMBLY_COMPETITION: 'Assembly (As)',
BANNERS_OR_ICONS: 'Banners/Icons (BI)',
BUG_HUNT: 'Bug Hunt (BH)',
CODE: 'Code (Cd)',
CONCEPTUALIZATION: 'Conceptualization (Cn)',
DESIGN_FIRST_2_FINISH: 'Design First2Finish(DF2F)',
Expand Down