• Joined on 2025-03-18
swyoo merged pull request qcast3/onsitesurvey#53 2025-05-30 10:11:44 +09:00
refactor: db 스키마 일부 변경에 따른 prisma 객체 동기화
swyoo pushed to dev-deploy at qcast3/qcast-front 2025-05-29 19:20:39 +09:00
2bbe4ea29e Update base URL in development configuration from 'dev.hanssys.jp' to 'dev.hanasys.jp'
swyoo pushed to dev-deploy at qcast3/qcast-front 2025-05-29 19:14:16 +09:00
7641148fce Add development start script to execute yarn command
swyoo pushed to dev at qcast3/qcast-front 2025-05-29 19:13:17 +09:00
f323d312d7 Add development start script to execute 'yarn start:dev'
swyoo pushed to dev at qcast3/qcast-front 2025-05-29 19:11:37 +09:00
2be0cd341a Add start scripts for cluster1 and cluster2; log run mode in config export
swyoo pushed to dev-deploy at qcast3/qcast-front 2025-05-29 19:05:42 +09:00
9c0c851dcb Add start script for cluster1 to execute yarn command
swyoo pushed to dev-deploy at qcast3/qcast-front 2025-05-29 19:04:17 +09:00
37f35c3a13 Add cluster start scripts and remove unused Config import in Footer
swyoo pushed to dev-deploy at qcast3/qcast-front 2025-05-29 18:35:49 +09:00
42238db254 Import configuration module in Footer component to display current mode
swyoo pushed to dev at qcast3/qcast-front 2025-05-29 16:49:21 +09:00
27e923ecd4 Fix build script in package.json to correctly reference the production environment file.
swyoo pushed to dev-deploy at qcast3/qcast-front 2025-05-29 16:49:00 +09:00
7c610c8487 Fix build script in package.json to correctly reference the production environment file
swyoo pushed to dev-deploy at qcast3/qcast-front 2025-05-29 16:48:35 +09:00
cccf74e2eb Merge remote-tracking branch 'origin/dev-deploy' into dev-deploy
4de742d1a3 Fix background image path in useRefFiles hook to use AWS S3 URL instead of local file path
Compare 2 commits »
swyoo pushed to dev at qcast3/qcast-front 2025-05-29 16:47:22 +09:00
308e41ac26 Fix background image path in useRefFiles hook to use AWS S3 URL format.
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-29 16:32:11 +09:00
d24d994318 Merge pull request 'feature/inquiry - Q.CAST 문의 구현' (#52) from feature/inquiry into dev
7f14135616 fix: resolve file download error
8c36446de7 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry
f0b23c35af feat: change the order of fields at inquiry regist, detail page
02ce7217a7 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry
Compare 34 commits »
swyoo merged pull request qcast3/onsitesurvey#52 2025-05-29 16:32:09 +09:00
feature/inquiry - Q.CAST 문의 구현
swyoo pushed to dev at qcast3/qcast-front 2025-05-29 16:27:12 +09:00
da69eaa00a Import configuration module in useRefFiles hook for enhanced background image management.
swyoo pushed to dev-deploy at qcast3/qcast-front 2025-05-29 16:26:37 +09:00
1a8dfa628b Import configuration module in useRefFiles hook for background image management
swyoo pushed to dev-deploy at qcast3/qcast-front 2025-05-29 16:23:52 +09:00
52cee232d0 Add environment configuration files for local and development modes, including API and AWS settings
swyoo pushed to dev-deploy at qcast3/qcast-front 2025-05-29 16:04:21 +09:00
bcf0e3d1bf Update ecosystem configuration for production environment and modify package scripts to use env-cmd for environment management
swyoo pushed to dev at qcast3/qcast-front 2025-05-29 15:55:57 +09:00
1cd24aeca9 Refactor image upload process: set fixed ContentType for uploaded images and convert Base64 to Blob for file handling in useRefFiles hook.
swyoo closed pull request qcast3/qcast-front#83 2025-05-29 15:44:38 +09:00
feature/chore-env