Skip to content

Commit 1f5751c

Browse files
author
Vikas Agarwal
committed
Github issue#1194, Backend support to have new project types supported.
— Added 4 new project types
1 parent b6998cf commit 1f5751c

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)