@@ -20,6 +20,8 @@ const DESCRIPTION = {
20
20
BANNERS_OR_ICONS : 'Design UI assets for use in web, mobile, print, and other digital formats' ,
21
21
BUG_HUNT : 'Quickly find Bugs in apps, websites' ,
22
22
CODE : 'Develop code for apps, services, etc. Final fixes are not included' ,
23
+ DEVELOPMENT : 'Develop code for apps, services, etc. Final fixes are not included' ,
24
+ TEST_SUITES : 'Develop test cases to be used to validate apps, website, etc.' ,
23
25
CONCEPTUALIZATION : 'Discover and define user stories and requirements' ,
24
26
DESIGN_FIRST_2_FINISH : 'Be the first to deliver the design solution' ,
25
27
FIRST_2_FINISH : 'Be the first to deliver the development solution' ,
@@ -43,6 +45,8 @@ const HEADER = {
43
45
BANNERS_OR_ICONS : 'Banners/Icons (BI)' ,
44
46
BUG_HUNT : 'Bug Hunt (BH)' ,
45
47
CODE : 'Code (Cd)' ,
48
+ DEVELOPMENT : 'Development (Dv)' ,
49
+ TEST_SUITES : 'Test Suites (TS)' ,
46
50
CONCEPTUALIZATION : 'Conceptualization (Cn)' ,
47
51
DESIGN_FIRST_2_FINISH : 'Design First2Finish(DF2F)' ,
48
52
FIRST_2_FINISH : 'First2Finish (F2F)' ,
0 commit comments