• Joined on 2025-03-18
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-23 11:22:08 +09:00
e833e25048 feat: Add representative and store ID fields to SD_SURVEY_SALES_BASIC_INFO model in Prisma schema
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-23 10:50:08 +09:00
916946956a Merge pull request 'feature/suitable' (#44) from feature/suitable into dev
36d5191311 feat: 지붕재적합성 메인 체크 시 하위 전체체크 처리 추가
a25538319a refactor: axios 호출 수정
b2c22dc5a5 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable
2e0ff4ae6f feat: 지붕재적합성 조회 페이징&인피니티쿼리 적용, 체크박스 선택 처리 추가
Compare 13 commits »
swyoo merged pull request qcast3/onsitesurvey#44 2025-05-23 10:50:07 +09:00
feature/suitable
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-23 10:06:49 +09:00
29e7675ada refactor: Enhance authentication API and login component functionality
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-22 17:08:58 +09:00
a5696984fc refactor: Update middleware and EdgeProvider for session handling
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-22 16:57:59 +09:00
c76526bf9b chore: Update package.json scripts and enhance middleware session handling
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-22 15:07:46 +09:00
e8498948df refactor: Update tracking function to utilize useAxios for API calls
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