2021-09-30 11:44:30 +02:00
|
|
|
/* NAVIGATION */
|
|
|
|
export const NAVIGATE_TO_CREATE_FEATURE = 'NAVIGATE_TO_CREATE_FEATURE';
|
2022-08-04 13:57:25 +02:00
|
|
|
export const NAVIGATE_TO_CREATE_GROUP = 'NAVIGATE_TO_CREATE_GROUP';
|
2022-04-08 12:34:59 +02:00
|
|
|
export const NAVIGATE_TO_CREATE_SEGMENT = 'NAVIGATE_TO_CREATE_SEGMENT';
|
2021-10-08 13:49:55 +02:00
|
|
|
export const CREATE_API_TOKEN_BUTTON = 'CREATE_API_TOKEN_BUTTON';
|
2021-09-30 11:44:30 +02:00
|
|
|
|
2021-03-30 15:14:02 +02:00
|
|
|
/* CREATE FEATURE */
|
|
|
|
export const CF_NAME_ID = 'CF_NAME_ID';
|
|
|
|
export const CF_TYPE_ID = 'CF_TYPE_ID';
|
|
|
|
export const CF_DESC_ID = 'CF_DESC_ID';
|
|
|
|
export const CF_CREATE_BTN_ID = 'CF_CREATE_BTN_ID';
|
2021-09-30 11:44:30 +02:00
|
|
|
|
2022-07-22 09:31:08 +02:00
|
|
|
/* CREATE GROUP */
|
|
|
|
export const UG_NAME_ID = 'UG_NAME_ID';
|
|
|
|
export const UG_DESC_ID = 'UG_DESC_ID';
|
2022-08-04 13:57:25 +02:00
|
|
|
export const UG_USERS_ID = 'UG_USERS_ID';
|
|
|
|
export const UG_USERS_ADD_ID = 'UG_USERS_ADD_ID';
|
2022-07-22 09:31:08 +02:00
|
|
|
export const UG_CREATE_BTN_ID = 'UG_CREATE_BTN_ID';
|
2022-08-04 13:57:25 +02:00
|
|
|
export const UG_SAVE_BTN_ID = 'UG_SAVE_BTN_ID';
|
|
|
|
export const UG_EDIT_BTN_ID = 'UG_EDIT_BTN_ID';
|
|
|
|
export const UG_DELETE_BTN_ID = 'UG_DELETE_BTN_ID';
|
2022-08-11 16:34:17 +02:00
|
|
|
export const UG_EDIT_USERS_BTN_ID = 'UG_EDIT_USERS_BTN_ID';
|
2022-08-04 13:57:25 +02:00
|
|
|
export const UG_REMOVE_USER_BTN_ID = 'UG_REMOVE_USER_BTN_ID';
|
2023-05-05 13:32:44 +02:00
|
|
|
export const PROJECT_ENVIRONMENT_ACCORDION = 'PROJECT_ENVIRONMENT_ACCORDION';
|
2022-07-22 09:31:08 +02:00
|
|
|
|
2022-08-12 11:54:32 +02:00
|
|
|
/* PROJECT ACCESS */
|
|
|
|
export const PA_ASSIGN_BUTTON_ID = 'PA_ASSIGN_BUTTON_ID';
|
|
|
|
export const PA_USERS_GROUPS_ID = 'PA_USERS_GROUPS_ID';
|
|
|
|
export const PA_ROLE_ID = 'PA_ROLE_ID';
|
|
|
|
export const PA_ASSIGN_CREATE_ID = 'PA_ASSIGN_CREATE_ID';
|
|
|
|
export const PA_USERS_GROUPS_TITLE_ID = 'PA_USERS_GROUPS_TITLE_ID';
|
|
|
|
export const PA_EDIT_BUTTON_ID = 'PA_EDIT_BUTTON_ID';
|
|
|
|
export const PA_REMOVE_BUTTON_ID = 'PA_REMOVE_BUTTON_ID';
|
|
|
|
|
2022-04-08 12:34:59 +02:00
|
|
|
/* SEGMENT */
|
|
|
|
export const SEGMENT_NAME_ID = 'SEGMENT_NAME_ID';
|
|
|
|
export const SEGMENT_DESC_ID = 'SEGMENT_DESC_ID';
|
|
|
|
export const SEGMENT_NEXT_BTN_ID = 'SEGMENT_NEXT_BTN_ID';
|
|
|
|
export const SEGMENT_CREATE_BTN_ID = 'SEGMENT_CREATE_BTN_ID';
|
|
|
|
export const SEGMENT_SAVE_BTN_ID = 'SEGMENT_SAVE_BTN_ID';
|
|
|
|
export const SEGMENT_DELETE_BTN_ID = 'SEGMENT_DELETE_BTN_ID';
|
|
|
|
export const SEGMENT_DIALOG_NAME_ID = 'SEGMENT_DIALOG_NAME_ID';
|
|
|
|
|
2021-09-30 11:44:30 +02:00
|
|
|
/* LOGIN */
|
|
|
|
export const LOGIN_EMAIL_ID = 'LOGIN_EMAIL_ID';
|
|
|
|
export const LOGIN_BUTTON = 'LOGIN_BUTTON';
|
|
|
|
export const LOGIN_PASSWORD_ID = 'LOGIN_PASSWORD_ID';
|
2022-02-10 17:04:10 +01:00
|
|
|
export const SSO_LOGIN_BUTTON = 'SSO_LOGIN_BUTTON';
|
|
|
|
export const FORGOTTEN_PASSWORD_FIELD = 'FORGOTTEN_PASSWORD_FIELD';
|
2022-03-15 16:00:13 +01:00
|
|
|
export const INVALID_TOKEN_BUTTON = 'INVALID_TOKEN_BUTTON';
|
2021-09-30 11:44:30 +02:00
|
|
|
|
|
|
|
/* STRATEGY */
|
2022-03-11 13:46:00 +01:00
|
|
|
export const FEATURE_ENVIRONMENT_ACCORDION = 'FEATURE_ENVIRONMENT_ACCORDION';
|
2021-09-30 11:44:30 +02:00
|
|
|
export const ADD_NEW_STRATEGY_ID = 'ADD_NEW_STRATEGY_ID';
|
|
|
|
export const ROLLOUT_SLIDER_ID = 'ROLLOUT_SLIDER_ID';
|
|
|
|
export const DIALOGUE_CONFIRM_ID = 'DIALOGUE_CONFIRM_ID';
|
|
|
|
export const FLEXIBLE_STRATEGY_STICKINESS_ID =
|
|
|
|
'FLEXIBLE_STRATEGY_STICKINESS_ID';
|
|
|
|
export const FLEXIBLE_STRATEGY_GROUP_ID = 'FLEXIBLE_STRATEGY_GROUP_ID';
|
|
|
|
export const SELECT_ITEM_ID = 'SELECT_ITEM_ID';
|
|
|
|
export const STRATEGY_INPUT_LIST = 'STRATEGY_INPUT_LIST';
|
|
|
|
export const ADD_TO_STRATEGY_INPUT_LIST = 'ADD_TO_STRATEGY_INPUT_LIST';
|
2022-03-09 14:59:24 +01:00
|
|
|
export const STRATEGY_FORM_SUBMIT_ID = 'STRATEGY_FORM_SUBMIT_ID';
|
|
|
|
export const STRATEGY_FORM_REMOVE_ID = 'STRATEGY_FORM_REMOVE_ID';
|
2022-12-14 10:00:14 +01:00
|
|
|
export const STRATEGY_FORM_COPY_ID = 'STRATEGY_FORM_COPY_ID';
|
2021-11-26 11:12:37 +01:00
|
|
|
|
|
|
|
/* SPLASH */
|
|
|
|
export const CLOSE_SPLASH = 'CLOSE_SPLASH';
|
2022-02-11 00:43:23 +01:00
|
|
|
|
|
|
|
/* GENERAL */
|
|
|
|
export const INPUT_ERROR_TEXT = 'INPUT_ERROR_TEXT';
|
2022-02-25 10:21:28 +01:00
|
|
|
export const HEADER_USER_AVATAR = 'HEADER_USER_AVATAR';
|
2022-03-09 14:59:24 +01:00
|
|
|
export const SIDEBAR_MODAL_ID = 'SIDEBAR_MODAL_ID';
|
2022-04-08 13:13:45 +02:00
|
|
|
export const AUTH_PAGE_ID = 'AUTH_PAGE_ID';
|
2022-04-27 09:14:44 +02:00
|
|
|
export const ANNOUNCER_ELEMENT_TEST_ID = 'ANNOUNCER_ELEMENT_TEST_ID';
|
2022-05-19 14:06:18 +02:00
|
|
|
export const INSTANCE_STATUS_BAR_ID = 'INSTANCE_STATUS_BAR_ID';
|
2022-08-04 13:57:25 +02:00
|
|
|
export const TOAST_TEXT = 'TOAST_TEXT';
|
2022-10-12 17:19:37 +02:00
|
|
|
export const LARGE_NUMBER_PRETTIFIED = 'LARGE_NUMBER_PRETTIFIED';
|
2023-02-08 10:16:38 +01:00
|
|
|
|
|
|
|
/* EXPORT/IMPORT FEATURES */
|
|
|
|
export const IMPORT_BUTTON = 'IMPORT_BUTTON';
|
|
|
|
export const CODE_EDITOR_TAB = 'CODE_EDITOR_TAB';
|
|
|
|
export const IMPORT_ENVIRONMENT = 'IMPORT_ENVIRONMENT';
|
|
|
|
export const CODE_TEXT_FIELD = 'CODE_TEXT_FIELD';
|
|
|
|
export const VALIDATE_BUTTON = 'VALIDATE_BUTTON';
|
|
|
|
export const IMPORT_CONFIGURATION_BUTTON = 'IMPORT_CONFIGURATION_BUTTON';
|
2023-03-08 11:47:42 +01:00
|
|
|
|
|
|
|
/* NOTIFICATIONS FEATURES */
|
|
|
|
export const NOTIFICATIONS_BUTTON = 'NOTIFICATIONS_BUTTON';
|
2023-03-29 13:47:12 +02:00
|
|
|
|
|
|
|
/* TABLE */
|
|
|
|
export const SEARCH_INPUT = 'SEARCH_INPUT';
|
|
|
|
|
|
|
|
/* BATCH UPDATES */
|
|
|
|
export const BATCH_ACTIONS_BAR = 'BATCH_ACTIONS_BAR';
|
|
|
|
export const BATCH_SELECTED_COUNT = 'BATCH_SELECTED_COUNT';
|
|
|
|
export const BATCH_SELECT = 'BATCH_SELECT';
|
|
|
|
export const MORE_BATCH_ACTIONS = 'MORE_BATCH_ACTIONS';
|