@@ -211,6 +211,17 @@ var CODE_REPO = "Code Repo";
211
211
var MM_TYPE = "Marathon Match Type" ;
212
212
213
213
var projectCategoryArray = [
214
+ { id :32 , name :'Application Front-End Design' , label :'Application Front-End Design' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
215
+ { id :STUDIO_CATEGORY_ID_DESIGN_F2F , name :'Design First2Finish' , label :'Design First2Finish' , typeId :3 , typeName :'Studio' , hasMulti :false , hideInDropdown : false } ,
216
+ { id :22 , name :'Idea Generation' , label :'Idea Generation' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
217
+ { id :21 , name :'Print/Presentation' , label :'Print/Presentation' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
218
+ { id :17 , name :'Web Design' , label :'Web Design' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
219
+ { id :30 , name :'Widget or Mobile Screen Design' , label :'Widget or Mobile Screen Design' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
220
+ { id :18 , name :'Wireframes' , label :'Wireframes' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
221
+ { id :SOFTWARE_CATEGORY_ID_BUG_HUNT , name :'Bug Hunt' , label :'Bug Hunt' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : false } ,
222
+ { id :SOFTWARE_CATEGORY_ID_CODE , name :'Code' , label :'Code' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : false } ,
223
+ { id :SOFTWARE_CATEGORY_ID_F2F , name :'First2Finish' , label :'First2Finish' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : false } ,
224
+ { id :13 , name :'TESTSUITES' , label :'Test Suites' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : false } ,
214
225
{ id :SOFTWARE_CATEGORY_ID_CONCEPT , name :'CONCEPTUALIZATION' , label :'Software Conceptualization' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : true } ,
215
226
{ id :SOFTWARE_CATEGORY_ID_SPEC , name :'SPECIFICATION' , label :'Software Specification' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : true } ,
216
227
{ id :7 , name :'ARCHITECTURE' , label :'Architecture' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : true } ,
@@ -220,26 +231,15 @@ var projectCategoryArray = [
220
231
{ id :24 , name :'RIABUILD' , label :'RIA Build' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : true } ,
221
232
{ id :19 , name :'UIPROTOTYPE' , label :'UI Prototype' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : true } ,
222
233
{ id :SOFTWARE_CATEGORY_ID_ASSEMBLY , name :'SOFTWARE ASSEMBLY' , label :'Software Assembly' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : true } ,
223
- { id :13 , name :'TESTSUITES' , label :'Test Suites' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : false } ,
224
234
{ id :26 , name :'TESTSCENARIOS' , label :'Test Scenarios' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : true } ,
225
235
{ id :COPILOT_POSTING , name :'Copilot Posting' , label :'Copilot Posting' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : true } ,
226
236
{ id :SOFTWARE_CATEGORY_ID_CONTENT , name :'Content Creation' , label :'Content Creation' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : true } ,
227
- { id :17 , name :'Web Design' , label :'Web Design' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
228
- { id :STUDIO_CATEGORY_ID_DESIGN_F2F , name :'Design First2Finish' , label :'Design First2Finish' , typeId :3 , typeName :'Studio' , hasMulti :false , hideInDropdown : false } ,
229
237
{ id :20 , name :'Logo Design' , label :'Logo Design' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : true } ,
230
238
{ id :16 , name :'Banners/Icons' , label :'Banners/Icons' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : true } ,
231
- { id :32 , name :'Application Front-End Design' , label :'Application Front-End Design' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
232
- { id :30 , name :'Widget or Mobile Screen Design' , label :'Widget or Mobile Screen Design' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
233
239
{ id :31 , name :'Front-End Flash' , label :'Front-End Flash' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : true } ,
234
- { id :21 , name :'Print/Presentation' , label :'Print/Presentation' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
235
240
{ id :34 , name :'Studio Other' , label :'Studio Other' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : true } ,
236
- { id :18 , name :'Wireframes' , label :'Wireframes' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
237
- { id :22 , name :'Idea Generation' , label :'Idea Generation' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
238
241
{ id :36 , name :'REPORTING' , label :'Reporting' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : true } ,
239
- { id :ALGORITHM_CATEGORY_ID_MARATHON , name :'Marathon Match' , label :'Marathon Match' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : false } ,
240
- { id :SOFTWARE_CATEGORY_ID_BUG_HUNT , name :'Bug Hunt' , label :'Bug Hunt' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : false } ,
241
- { id :SOFTWARE_CATEGORY_ID_F2F , name :'First2Finish' , label :'First2Finish' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : false } ,
242
- { id :SOFTWARE_CATEGORY_ID_CODE , name :'Code' , label :'Code' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : false }
242
+ { id :ALGORITHM_CATEGORY_ID_MARATHON , name :'Marathon Match' , label :'Marathon Match' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : false }
243
243
] ;
244
244
245
245
/**
0 commit comments