14 lines
515 B
JavaScript
14 lines
515 B
JavaScript
export const THRESH_HOLD = 12; // hours
|
|
export const DURATION_TIME = 10; // minutes
|
|
|
|
export const MASTER_MANAGE = "660131a4-788c-4739-a082-cbbf7879cbf2";
|
|
|
|
export const ASSIGN_USER_TO_PROJECT = "81ab8a87-8ccd-4015-a917-0627cee6a100";
|
|
|
|
export const INFRASTRUCTURE = "9666de86-d7c7-4d3d-acaa-fcd6d6b81f3c";
|
|
|
|
export const MANAGE_PROJECT = "53176ebf-c75d-42e5-839f-4508ffac3def"
|
|
|
|
export const MANAGE_EMPLOYEES = "81ab8a87-8ccd-4015-a917-0627cee6a100"
|
|
|
|
export const MANAGE_INFRA = "9666de86-d7c7-4d3d-acaa-fcd6d6b81f3c" |