• Joined on 2025-03-18
swyoo pushed to feature/MemberInformationPopup at qcast3/onsitesurvey 2025-05-13 17:21:30 +09:00
a2a2b2e6fa fix: restore storeNm property in session management and adjust padding in check and radio components for improved layout
98299ffe92 chore: update @prisma/client and prisma dependencies to version 6.7.0; modify session management in MemberInformationPopup and Header components to utilize session data
Compare 2 commits »
swyoo pushed to dev at qcast3/qcast-front 2025-05-13 16:34:06 +09:00
3fefb4b22f feat: update environment variables and API endpoint in useImgLoader hook
swyoo pushed to feature/aws-s3-upload at qcast3/qcast-front 2025-05-13 15:25:01 +09:00
ad2aa50d83 feat: 캔버스 s3 저장 테스트 및 확장자 수정
swyoo pushed to feature/aws-s3-upload at qcast3/qcast-front 2025-05-13 15:18:04 +09:00
9d3ddd3ec1 Merge branch 'dev' into feature/aws-s3-upload
bca3100a12 commonCode get in hook => page 한번만 호출하도록
a652d09b8d [1036] : [プランをコピー/移動する時の自動保存について]
4b8287579c Merge branch 'dev' into feature/dev-yj
f03d35ec8d [1037] : [モジュール1枚を削除する時の表示]
Compare 296 commits »
swyoo pushed to feature/aws-s3-upload at qcast3/qcast-front 2025-05-13 15:14:03 +09:00
1d4100a579 chore: nextjs version update
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-13 14:41:13 +09:00
f33786a8eb feat: implement user role management in session and update Header component to display user ID
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-13 13:28:50 +09:00
e5affe0df5 chore: update environment variables and dependencies; add database configuration for QPARTNER login
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-13 11:03:34 +09:00
f8b11c3e7e Merge pull request 'feature/suitable' (#28) from feature/suitable into dev
9f4c3de2cf refactor: 지붕재 적합성 테이블 컬럼명 공통코드화
2c75a6b416 refactor: 지붕재 적합성 테이블 컬럼명 수정
Compare 3 commits »
swyoo merged pull request qcast3/onsitesurvey#28 2025-05-13 11:03:33 +09:00
feature/suitable
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-12 18:24:23 +09:00
778d3b6be8 refactor: enhance DoubleBtnAlert and Header components with improved button handling and confirm dialog integration
b4e009cb8e chore: add inquiry API URL to development and production environment files
Compare 2 commits »
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-12 13:34:18 +09:00
69d81d892d fix: conditionally update session state in EdgeProvider based on presence of sessionData
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-12 11:24:38 +09:00
e84ef1b7a0 fix: update session data handling in RootLayout to conditionally stringify session based on login status
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-12 11:01:11 +09:00
6cab9cdde3 feat: implement session management in RootLayout and pass session data to EdgeProvider for enhanced state handling
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-12 10:38:03 +09:00
2eacdda23e refactor: remove alertSwitch store and simplify alert handling in EdgeProvider
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-09 18:21:39 +09:00
ce00cc2ba7 refactor: simplify Header component by removing unused props and updating button action for password reset
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-09 18:15:00 +09:00
e6d346c5da refactor: remove unused title variable in Header component to streamline code
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-09 18:13:45 +09:00
178e9c0d3e refactor: update layout components to use 'import type' for ReactNode and enhance Header component with dynamic title retrieval
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-09 16:06:04 +09:00
3e16d3a767 feat: implement session management with Zustand and enhance login flow in Login component
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-09 15:19:08 +09:00
5e8d2fa8cc feat: enhance DoubleBtnAlert component with dynamic alert messages and button actions
swyoo pushed to dev at qcast3/onsitesurvey 2025-05-09 15:17:25 +09:00
436f149635 feat: implement alert management in EdgeProvider with dynamic alert types