Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit d4531d1

Browse files
authored
Order the challenge type dropdown alphabetically
1 parent 4c3b01d commit d4531d1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/web/scripts/launch/entity.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,17 @@ var CODE_REPO = "Code Repo";
211211
var MM_TYPE = "Marathon Match Type";
212212

213213
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},
214225
{id:SOFTWARE_CATEGORY_ID_CONCEPT, name:'CONCEPTUALIZATION', label:'Software Conceptualization', typeId:2, typeName:'Application', hasMulti:true, hideInDropdown: true},
215226
{id:SOFTWARE_CATEGORY_ID_SPEC, name:'SPECIFICATION', label:'Software Specification', typeId:2, typeName:'Application', hasMulti:true, hideInDropdown: true},
216227
{id:7, name:'ARCHITECTURE', label:'Architecture', typeId:2, typeName:'Application', hasMulti:true, hideInDropdown: true},
@@ -220,26 +231,15 @@ var projectCategoryArray = [
220231
{id:24, name:'RIABUILD', label:'RIA Build', typeId:2, typeName:'Application', hasMulti:true, hideInDropdown: true},
221232
{id:19, name:'UIPROTOTYPE', label:'UI Prototype', typeId:2, typeName:'Application', hasMulti:true, hideInDropdown: true},
222233
{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},
224234
{id:26, name:'TESTSCENARIOS', label:'Test Scenarios', typeId:2, typeName:'Application', hasMulti:true, hideInDropdown: true},
225235
{id:COPILOT_POSTING, name:'Copilot Posting', label:'Copilot Posting', typeId:2, typeName:'Application', hasMulti:false, hideInDropdown: true},
226236
{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},
229237
{id:20, name:'Logo Design', label:'Logo Design', typeId:3, typeName:'Studio', hasMulti:true, hideInDropdown: true},
230238
{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},
233239
{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},
235240
{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},
238241
{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}
243243
];
244244

245245
/**

0 commit comments

Comments
 (0)