shierro/territory-manager

View on GitHub
app/containers/MapPage/constants.js

Summary

Maintainability
A
0 mins
Test Coverage
export const SET_INITIAL_LOCATION = 'app/MapPage/SET_INITIAL_LOCATION';
export const GET_INITIAL_LOCATION = 'app/MapPage/GET_INITIAL_LOCATION';
export const SET_PAGE_ERROR = 'app/MapPage/SET_PAGE_ERROR';
export const SET_LOADING = 'app/MapPage/SET_LOADING';
export const ADD_PERSON_START = 'app/MapPage/ADD_PERSON_START';
export const SAVE_PERSON_DATA = 'app/MapPage/SAVE_PERSON_DATA';
export const PERSON_FORM_CHANGE = 'app/MapPage/PERSON_FORM_CHANGE';
export const GET_NEW_PERSON = 'app/MapPage/GET_NEW_PERSON';
export const GET_COMPLETED = 'app/MapPage/GET_COMPLETED';
export const GET_ACTIVE_STEP = 'app/MapPage/GET_ACTIVE_STEP';
export const SET_STEP = 'app/MapPage/SET_STEP';
export const CANCEL_ADD = 'app/MapPage/CANCEL_ADD';
export const UPDATE_NEW_MARKER_LOCATION =
  'app/MapPage/UPDATE_NEW_MARKER_LOCATION';
export const PERSON_UPDATE = 'app/MapPage/PERSON_UPDATE';
export const PERSON_CLICK = 'app/MapPage/PERSON_CLICK';
export const SAVE_VISIT = 'app/MapPage/SAVE_VISIT';
export const TOGGLE_ADDING_VISIT = 'app/MapPage/TOGGLE_ADDING_VISIT';
export const POPUP_CLOSE = 'app/MapPage/POPUP_CLOSE';