We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f0070b + bc5bcff commit 1d8c4aeCopy full SHA for 1d8c4ae
src/constants.js
@@ -4,6 +4,10 @@ export const PROJECT_TYPE = {
4
GENERIC: 'generic',
5
VISUAL_PROTOTYPE: 'visual_prototype',
6
VISUAL_DESIGN: 'visual_design',
7
+ WEBSITE: 'website',
8
+ APP: 'app',
9
+ QUALITY_ASSURANCE: 'quality_assurance',
10
+ CHATBOT: 'chatbot',
11
};
12
13
export const PROJECT_STATUS = {
0 commit comments