• Joined on 2025-03-18
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-22 15:05:03 +09:00
0a88c80bd9 refactor: Update Header component to utilize useAxios for API integration
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-22 15:00:46 +09:00
e846b55faa chore: Update environment configuration and enhance API integration
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-22 14:08:27 +09:00
2c5ddad29b refactor: Enhance survey hook and integrate spinner functionality
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-22 13:24:45 +09:00
0e7de68f29 feat: Add Spinner component and update styles
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-22 10:27:57 +09:00
956e4ed910 Merge pull request 'feature/survey - 조사매물 목록 조회 필터링 조건 변경 및 임시저장 구현' (#42) from feature/survey into dev
bdbdf9997f fix: change the SRL_NO at temporary save
a483ffce44 fix: Detailed error resolution
1057c29995 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
333943c651 feat: add SUBMISSION_TARGET_ID, SRL_NO Column
Compare 13 commits »
swyoo merged pull request qcast3/onsitesurvey#42 2025-05-22 10:27:55 +09:00
feature/survey - 조사매물 목록 조회 필터링 조건 변경 및 임시저장 구현
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-22 09:49:50 +09:00
ea7180b527 refactor: Move login redirection logic into useEffect for improved session handling and code clarity
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-21 15:49:54 +09:00
c4ed298db5 refactor: Remove user-related API routes to streamline codebase and improve maintainability
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-21 15:39:15 +09:00
13eb23863b style: Add minWidth to DownloadPDF component for consistent layout
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-21 14:14:48 +09:00
0cd95c6aff refactor: Make UPT_DT field optional in MS_SUITABLE_ROOF_MATERIAL_GROUP model for improved data flexibility
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-21 14:12:20 +09:00
a964e31dee fix: Enable login redirection in middleware to ensure authenticated access to protected routes
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-21 14:11:01 +09:00
ac59d626ab refactor: Remove User model from Prisma schema to streamline database structure and improve maintainability
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-21 13:27:03 +09:00
0d96d49281 refactor: Update BC_COMM_H model fields to be optional for improved flexibility in data handling
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-21 11:33:23 +09:00
dd34c51dc1 refactor: Remove console log from tracking function to clean up output and improve code clarity
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-21 11:31:24 +09:00
45f523447a feat: Add email validation in Login component and implement database connection utility; enhance login logic with partner status check
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-21 11:17:18 +09:00
4e8f698f88 feat: Integrate tracking functionality in authentication API routes for enhanced user activity monitoring; update tracking data structure in tracking route
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-21 11:16:53 +09:00
e66b009dd3 fix: Update session data display in Header component to use store name instead of category; add additional role mapping in README
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-21 11:08:36 +09:00
5f63a38811 Merge remote-tracking branch 'origin/dev' into dev
c10d1c3b5c refactor: Update SD_SURVEY_SALES_BASIC_INFO model to include SRL_NO and SUBMISSION_TARGET_ID fields for enhanced data tracking
Compare 2 commits »
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-21 10:56:32 +09:00
38929b632f Merge pull request 'fix: 카멜케이스 변환 함수 내 소문자 스네이크케이스도 대응되도록 조건 추가' (#41) from feature/suitable-api into dev
aa4292789a fix: 카멜케이스 변환 함수 내 소문자 스네이크케이스도 대응되도록 조건 추가
Compare 2 commits »
swyoo merged pull request qcast3/onsitesurvey#41 2025-05-21 10:56:31 +09:00
fix: 카멜케이스 변환 함수 내 소문자 스네이크케이스도 대응되도록 조건 추가