122 Commits

Author SHA1 Message Date
a58c58afca fix: fix prisma syntax for filtering temporary save data for T01 to Read survey list 2025-05-21 10:29:08 +09:00
b3550ff497 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-05-21 10:19:49 +09:00
67d587acf5 feat: Implement Separate temporary save data logic 2025-05-21 10:19:38 +09:00
7fa03e0713 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable 2025-05-21 09:56:54 +09:00
73b042b0ac refactor: Enhance authentication API to streamline session data handling and role assignment; update login response structure and conditionally render UI elements based on user role 2025-05-20 18:55:24 +09:00
7ae297f3b6 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-05-20 17:56:21 +09:00
905a309a9c fix: survey update, create, submit logic fix
- 조사매물 수정, 작성, 조회 시 각 컴포넌트에 데이터 적용 안되던 문제 해결
- 조사매물 제출 시 데이터 저장 안되는 문제 해결결
2025-05-20 17:56:09 +09:00
6033054c6e chore: Update environment variables for database connection and refactor authentication API routes to improve session handling and login logic 2025-05-20 17:08:25 +09:00
6ec1d3fa9f feat: 지붕재 적합성 조회 raw query 방식으로 변경 및 테스트 코드 삭제 2025-05-20 16:39:06 +09:00
nalpari
534e672ad5 Merge branch 'feature/suitable' into dev 2025-05-20 14:24:20 +09:00
nalpari
fcd80cbe3b ... 2025-05-20 14:16:19 +09:00
09795f71ac Merge pull request 'fix: convert camelcase function move to util.js' (#40) from feature/survey into dev
Reviewed-on: #40
2025-05-20 14:04:21 +09:00
d21865ca65 fix: convert camelcase function move to util.js 2025-05-20 14:01:22 +09:00
2d1184e1c0 chore: Update environment variables for database connection and add MySQL2 dependency; implement partner API route and database query functionality 2025-05-20 13:59:58 +09:00
f54260fc27 feat: seporate save/submit/update process for reuse component 2025-05-20 13:53:44 +09:00
7a6b9cbf92 feat: 지붕재 적합성 조회 데이터 포멧 변경 및 조회 로직 수정 2025-05-20 13:51:49 +09:00
57d6202d5c Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable 2025-05-19 13:55:08 +09:00
eb1f6b23e7 refactor: Update Survey components and API routes for improved data handling and structure 2025-05-19 13:47:57 +09:00
09f280644f Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-05-19 08:49:11 +09:00
f53c7410e2 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable 2025-05-16 17:59:29 +09:00
4e8fd462cf feat: add MS_USR_TRK model to Prisma schema, update axios instance with request interceptor, and enhance Footer component with PDF link 2025-05-16 16:56:38 +09:00
96c725b459 feat: implement inquriy file upload 2025-05-16 15:58:17 +09:00
6bcc466a76 fix: change filtering survey 2025-05-16 14:58:15 +09:00
1d77fec86d fix: change inquiry save parameter type to form data 2025-05-16 14:36:41 +09:00
7066d01060 feat: modify inquriy create parameter
- 문의 등록 시 이메일 파라미터 추가
2025-05-16 11:01:39 +09:00
b8ec659ea2 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable
# Conflicts:
#	src/components/suitable/Suitable.tsx
#	src/components/suitable/SuitableCheckData.tsx
#	src/hooks/useSuitable.ts
2025-05-15 17:34:35 +09:00
4d6f5c0e01 Merge branch 'feature/survey' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry 2025-05-15 17:21:50 +09:00
5ba6758a6d Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry 2025-05-15 17:16:34 +09:00
ed47d6abf5 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-05-15 17:02:56 +09:00
d7aca7e214 feat: enhance survey sales API with detailed error handling, improved search parameters, and new registration form component 2025-05-15 16:55:36 +09:00
510317c676 feat: implement authentication and survey sales APIs with suitable data structure 2025-05-15 16:30:46 +09:00
ff644395ec feat: 지붕재 적합성 데이터 조회 기능 추가 2025-05-14 18:12:10 +09:00
2217426152 feat: implement password change API and update Login and PwResetForm components to utilize local storage for password management 2025-05-14 17:49:59 +09:00
b4dfc2211f feat: modify inquiry save requestParameter to formdata add files 2025-05-14 11:06:24 +09:00
59b1f3198c Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry 2025-05-14 10:01:32 +09:00
a227ba7115 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-05-14 10:00:50 +09:00
47be6a4433 feat: add conditions for read survey list on member type 2025-05-14 09:59:12 +09:00
a2a2b2e6fa fix: restore storeNm property in session management and adjust padding in check and radio components for improved layout 2025-05-13 17:21:22 +09:00
15e02f60ec Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-05-13 16:46:08 +09:00
1dcb3add79 fix: change Survey's form by Prisma data type changes 2025-05-13 16:45:47 +09:00
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 2025-05-13 16:10:22 +09:00
f33786a8eb feat: implement user role management in session and update Header component to display user ID 2025-05-13 14:41:09 +09:00
32a8ec72ef feat: implement inquiry create, read function with Qcast API 2025-05-13 14:13:31 +09:00
e3940f72c8 feat: implement Qsp Inquriy API Request, Response type 2025-05-13 09:22:35 +09:00
29488b2412 feat: implement survey list filter by Member Type for temporary
- 로그인 유저 타입 별 조사매물 필터링 임시 구현
- 로그인 유저 타입 구현 이후 변경 예정
2025-05-12 11:11:52 +09:00
da0d77724d fix: correct layout interface and enhance user session management 2025-05-12 10:21:01 +09:00
c06a96bc1b Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-05-09 17:41:41 +09:00
3e16d3a767 feat: implement session management with Zustand and enhance login flow in Login component 2025-05-09 16:05:20 +09:00
95d971b198 feat: remove unused survey sale API routes & add address popup at Survey BasicForm 2025-05-09 15:08:55 +09:00
2397b7f144 feat: add survey roof-info validation when Create, Update
- 조사 매물 생성, 수정 시 각 컬럼 필수값 validation 추가
- 조사 매물 수정 페이지에서 기타 옵션 선택 시 값 초기화 되도록 구현
2025-05-08 17:01:10 +09:00