initial docker setup
This commit is contained in:
15
frontend/src/constants/orderProjectsConstants.js
Normal file
15
frontend/src/constants/orderProjectsConstants.js
Normal file
@@ -0,0 +1,15 @@
|
||||
const MODULE = 'ORDER_PROJECTS_';
|
||||
|
||||
export const REQUEST_ORDER_PROJECTS = MODULE + 'REQUEST_ORDER_PROJECTS';
|
||||
export const RECEIVE_ORDER_PROJECTS = MODULE + 'RECEIVE_ORDER_PROJECTS';
|
||||
|
||||
export const REQUEST_ADD_PROJECT = MODULE + 'REQUEST_ADD_PROJECT';
|
||||
|
||||
export const orderProjectsTexts = {
|
||||
messages : {
|
||||
'INVALID_DATA' : 'Invalid data!',
|
||||
'PROJECT_ADDED' : 'Project added!',
|
||||
'EMPTY_VALUE' : 'The field can not be empty:',
|
||||
'MAX_CHARACTERS' : 'The field can not be longer than 100 characters:'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user