|
|
72cded314b
|
Merge pull request 'dev' (#85) from dev into dev-deploy
Reviewed-on: #85
|
2025-05-29 16:45:27 +09:00 |
|
|
|
a17d547252
|
Merge pull request 'qna selectbox hidden 처리, alert변경' (#84) from feature/ysCha into dev
Reviewed-on: #84
|
2025-05-29 16:44:28 +09:00 |
|
|
|
df323ffb38
|
qna selectbox hidden 처리, alert변경
|
2025-05-29 16:42:34 +09:00 |
|
|
|
313be228be
|
[1072] : [伏図入力の"屋根形状の手動設定"について]
[작업내용] : 메뉴 삭제
|
2025-05-29 16:37:30 +09:00 |
|
|
|
da69eaa00a
|
Import configuration module in useRefFiles hook for enhanced background image management.
|
2025-05-29 16:27:09 +09:00 |
|
|
|
1a8dfa628b
|
Import configuration module in useRefFiles hook for background image management
|
2025-05-29 16:26:33 +09:00 |
|
|
|
52cee232d0
|
Add environment configuration files for local and development modes, including API and AWS settings
|
2025-05-29 16:23:47 +09:00 |
|
|
|
bcf0e3d1bf
|
Update ecosystem configuration for production environment and modify package scripts to use env-cmd for environment management
|
2025-05-29 16:04:14 +09:00 |
|
|
|
1cd24aeca9
|
Refactor image upload process: set fixed ContentType for uploaded images and convert Base64 to Blob for file handling in useRefFiles hook.
|
2025-05-29 15:55:53 +09:00 |
|
|
|
1fe86746c1
|
지붕 흐름방향 수정
|
2025-05-29 15:47:49 +09:00 |
|
|
|
2c475ddbdd
|
Merge pull request 'Remove unused environment configuration display from Main component.' (#82) from feature/chore-env into dev
Reviewed-on: #82
|
2025-05-29 15:39:12 +09:00 |
|
|
|
5e8542efe5
|
Remove unused environment configuration display from Main component.
|
2025-05-29 15:38:46 +09:00 |
|
|
|
63930d0966
|
Merge pull request 'Update environment configuration files to include NEXT_PUBLIC_RUN_MODE for development, local.dev, local, and production environments. Adjust package.json script to rename build command for local development.' (#81) from feature/chore-env into dev
Reviewed-on: #81
|
2025-05-29 15:28:23 +09:00 |
|
|
|
772cccce89
|
Update environment configuration files to include NEXT_PUBLIC_RUN_MODE for development, local.dev, local, and production environments. Adjust package.json script to rename build command for local development.
|
2025-05-29 15:27:52 +09:00 |
|
|
|
81b9d659f6
|
Merge pull request 'Fix local development script in package.json to reference the correct .env.local.dev file.' (#80) from feature/chore-env into dev
Reviewed-on: #80
|
2025-05-29 15:14:07 +09:00 |
|
|
|
3594e96a87
|
Fix local development script in package.json to reference the correct .env.local.dev file.
|
2025-05-29 15:13:36 +09:00 |
|
|
|
272ff4f93f
|
텍스트 모드시 config 창은 안닫히도록 수정
|
2025-05-29 15:00:34 +09:00 |
|
|
|
a47db47489
|
Merge pull request 'Add local environment configuration for development: create .env.local.dev file and update package.json with new build script for local development.' (#79) from feature/chore-env into dev
Reviewed-on: #79
|
2025-05-29 14:55:59 +09:00 |
|
|
|
3034e66c4f
|
Add local environment configuration for development: create .env.local.dev file and update package.json with new build script for local development.
|
2025-05-29 14:55:37 +09:00 |
|
|
|
09e5b17fe4
|
Merge pull request 'Add local development ecosystem configuration for Next.js application.' (#78) from feature/chore-env into dev
Reviewed-on: #78
|
2025-05-29 14:48:40 +09:00 |
|
|
|
2ed020bbcc
|
Add local development ecosystem configuration for Next.js application.
|
2025-05-29 14:48:11 +09:00 |
|
|
|
112de1f7b4
|
Merge pull request 'Update startscript to use local development command for consistency with new environment configuration.' (#77) from feature/chore-env into dev
Reviewed-on: #77
|
2025-05-29 14:41:35 +09:00 |
|
|
|
c4e5aa1b01
|
Update startscript to use local development command for consistency with new environment configuration.
|
2025-05-29 14:41:03 +09:00 |
|
|
|
bb76dc9ad4
|
Merge pull request 'Add local development configuration: introduce config.local.dev.js and update config export logic in config.export.js. Enhance package.json with a new local:dev script for environment management.' (#76) from feature/chore-env into dev
Reviewed-on: #76
|
2025-05-29 14:39:25 +09:00 |
|
|
|
ada62ae8ec
|
Add local development configuration: introduce config.local.dev.js and update config export logic in config.export.js. Enhance package.json with a new local:dev script for environment management.
|
2025-05-29 14:38:20 +09:00 |
|
|
|
febea389c9
|
Merge pull request 'Refactor environment configuration: update package.json scripts to use env-cmd for different environments and replace process.env.NEXT_PUBLIC_API_HOST_URL with Config().baseUrl in API calls across multiple components.' (#75) from feature/chore-env into dev
Reviewed-on: #75
|
2025-05-29 13:09:32 +09:00 |
|
|
|
3dc205cb46
|
Refactor environment configuration: update package.json scripts to use env-cmd for different environments and replace process.env.NEXT_PUBLIC_API_HOST_URL with Config().baseUrl in API calls across multiple components.
|
2025-05-29 13:05:47 +09:00 |
|
|
|
b8bbaba37f
|
Update environment configuration: change API host URL to production and set development port to 5010
|
2025-05-29 11:17:23 +09:00 |
|
|
|
86a67420ea
|
Update API host URL in development environment to use HTTPS
|
2025-05-29 11:14:35 +09:00 |
|
|
|
00d87f143f
|
Merge pull request 'dev' (#74) from dev into dev-deploy
Reviewed-on: #74
|
2025-05-29 10:33:36 +09:00 |
|
|
|
9c35900ce3
|
Merge pull request 'Update ecosystem configuration files to differentiate production instances with unique names' (#73) from hotfix/eco-system into dev-deploy
Reviewed-on: #73
|
2025-05-28 18:54:06 +09:00 |
|
|
|
18c47cca2c
|
Update ecosystem configuration files to differentiate production instances with unique names
|
2025-05-28 18:53:43 +09:00 |
|
|
|
52d25341de
|
Merge pull request 'Add ecosystem configuration files for production environments with specified PORTs' (#72) from hotfix/eco-system into dev-deploy
Reviewed-on: #72
|
2025-05-28 18:48:47 +09:00 |
|
|
|
60449017d8
|
Add ecosystem configuration files for production environments with specified PORTs
|
2025-05-28 18:48:07 +09:00 |
|
|
|
71d6639ebd
|
Merge pull request 'Remove NODE_ENV from environment configuration in development and production setups' (#71) from hotfix/eco-system into dev-deploy
Reviewed-on: #71
|
2025-05-28 18:40:24 +09:00 |
|
|
|
342b5a37f1
|
Remove NODE_ENV from environment configuration in development and production setups
|
2025-05-28 18:39:55 +09:00 |
|
|
|
e94542f15c
|
Merge pull request 'Update environment configuration to specify PORT for development and production environments' (#70) from hotfix/eco-system into dev-deploy
Reviewed-on: #70
|
2025-05-28 18:24:02 +09:00 |
|
|
|
636ac163dd
|
Update environment configuration to specify PORT for development and production environments
|
2025-05-28 18:23:16 +09:00 |
|
|
|
dae19a026f
|
Merge pull request 's3운영으로변경' (#69) from feature/ysCha into dev
Reviewed-on: #69
|
2025-05-28 14:13:04 +09:00 |
|
|
|
acc873afcb
|
s3운영으로변경
|
2025-05-28 14:11:53 +09:00 |
|
|
|
15b1cc84fd
|
Merge pull request 'dev' (#68) from dev into dev-deploy
Reviewed-on: #68
|
2025-05-28 11:41:35 +09:00 |
|
|
|
4aec4e389f
|
Merge pull request '1. 첨부파일 체크 문구 변경, 2. [995] module.circuit.fix.not.same.roof.error 일어추가, zipYn: N => NO' (#67) from feature/ysCha into dev
Reviewed-on: #67
|
2025-05-28 11:40:31 +09:00 |
|
|
|
cd65d80cce
|
1. 첨부파일 체크 문구 변경, 2. [995] module.circuit.fix.not.same.roof.error 일어추가, zipYn: N => NO
|
2025-05-28 11:38:46 +09:00 |
|
|
|
96eb4f25ae
|
[1046] : 【HANASYS DESIGN】グリッド線の機能追加についての要望
임의 그리드 작동 이상 수정
|
2025-05-28 11:30:40 +09:00 |
|
김민식
|
f8a46c30fa
|
[1070] : [[도면] 신규물건 작성할 때 이전 도면값을 유지하고 있음]
[작업내용] : 도면 이동시 canvas 데이터 초기화
|
2025-05-28 11:17:23 +09:00 |
|
김민식
|
74e65ec5c6
|
[995] : [【HANASYS DESIGN】回路組について]
[작업내용] : 다국어 추가
|
2025-05-28 10:50:47 +09:00 |
|
|
|
d7b17e491f
|
Merge pull request 'dev' (#66) from dev into dev-deploy
Reviewed-on: #66
|
2025-05-28 10:43:41 +09:00 |
|
김민식
|
2ee0dc45f0
|
[1068] : [[오류] 견적서 생성된 플랜복사 --> 복사된 플랜에서 모듈삭제 --> 견적서 진입이 됨..]
[작업내용] : 회로설정 -> 수동 할당 시 회로 및 가대 삭제
|
2025-05-28 10:37:02 +09:00 |
|
|
|
4e8cc409d4
|
#1068 [오류] 견적서 생성된 플랜복사 --> 복사된 플랜에서 모듈삭제 --> 견적서 진입이 됨..
|
2025-05-28 10:26:38 +09:00 |
|
|
|
a83f0d7017
|
Merge pull request 'dev' (#65) from dev into dev-deploy
Reviewed-on: #65
|
2025-05-28 09:09:53 +09:00 |
|