diff --git a/src/common/common.js b/src/common/common.js index d4c22570..aaba3f45 100644 --- a/src/common/common.js +++ b/src/common/common.js @@ -1,3 +1,24 @@ +export const STEP = { + INITIAL_CANVAS_SETTING: 'initialCanvasSetting', // 배치면 초기설정 + ROOF_COVERING: { + EXTERIOR_WALL_LINE: 'exteriorWallLine', // 외벽선 그리기 + ROOF_SHAPE_SETTINGS: 'roofShapeSettings', // 지붕형상 설정 + ROOF_SHAPE_EDITING: 'roofShapeEditing', // 지붕형상 편집 + HELP_LINE_DRAWING: 'helpLineDrawing', // 보조선 그리기 + }, // 지붕덮개 + BATCH_CANVAS: { + BATCH_DRAWING: 'batchDrawing', // 배치면 그리기 + SURFACE_SHAPE_BATCH: 'surfaceShapeBatch', // 면형상 배치 + OBJECT_BATCH: 'objectBatch', // 오브젝트 배치 + }, // 배치면 + MODULE_CIRCUIT_SETTING: { + BASIC_SETTING: 'basicSetting', // 기본설정 + CIRCUIT_TRESTLE_SETTING: 'circuitTrestleSetting', // 회로가대설정 + }, // 모듈회로구성 + ESTIMATE: 'estimate', // todo 견적서 + POWER_GENERATION_SIMULATION: 'powerGenerationSimulation', // todo 발전 시뮬레이션 +} + export const Mode = { DRAW_LINE: 'drawLine', // 기준선 긋기모드` EDIT: 'edit',