Skip to content

Commit bc5bcff

Browse files
author
vikasrohit
authored
Merge pull request #57 from topcoder-platform/feature/new-project-types
Supporting new project types for two tier menu
2 parents b6998cf + e510378 commit bc5bcff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/constants.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ export const PROJECT_TYPE = {
44
GENERIC: 'generic',
55
VISUAL_PROTOTYPE: 'visual_prototype',
66
VISUAL_DESIGN: 'visual_design',
7+
WEBSITE: 'website',
8+
APP: 'app',
9+
QUALITY_ASSURANCE: 'quality_assurance',
10+
CHATBOT: 'chatbot',
711
};
812

913
export const PROJECT_STATUS = {

0 commit comments

Comments
 (0)