445 Commits

Author SHA1 Message Date
39056cf35f Merge pull request 'refactor: 구 지붕재 적합성 pdf 제거 및 suitable store 변수명 변경' (#63) from feature/suitable into dev
Reviewed-on: #63
2025-06-05 17:53:57 +09:00
762ce60e13 refactor: suitable store 변수명 변경 selectedCategory -> searchCategory 2025-06-05 17:47:08 +09:00
c62414e619 refactor: 지붕재 상세팝업 데이터 조회 수정
- 구 지붕재 적합성 pdf 페이지와 연계된 내용 제거 및 수정
- crypto-js 라이브러리 제거
2025-06-05 16:45:57 +09:00
85344afd43 remove: 구 지붕재 적합성 pdf 페이지 삭제 2025-06-05 16:15:07 +09:00
1db17d6558 style: 지붕재 상세 팝업 하단 버튼 float 처리 2025-06-05 15:34:07 +09:00
a23c4cdfd9 Merge pull request 'fix: fix build error' (#62) from feature/survey into dev
Reviewed-on: #62
2025-06-05 13:49:48 +09:00
5feef03187 Merge pull request 'feat: 지붕재 데이터 조회 시 스피너 로딩처리 추가, 사이드바 지붕재적합성 페이지 이동 연결' (#61) from feature/suitable into dev
Reviewed-on: #61
2025-06-05 13:49:40 +09:00
f06b7cf0ac fix: fix build error 2025-06-05 13:48:20 +09:00
afb67c6b36 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable 2025-06-05 13:46:08 +09:00
9eea0bcc58 feat: 지붕재 데이터 조회 시 스피너 로딩처리 추가 2025-06-05 13:45:48 +09:00
b368443033 Merge pull request 'feature/inquiry : 파일 다운로드 오류 해결 및 사이드바 라우팅 변경' (#60) from feature/inquiry into dev
Reviewed-on: #60
2025-06-05 13:26:27 +09:00
83bdba2cd5 Merge branch 'feature/survey' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry 2025-06-05 12:55:20 +09:00
663e60b9e6 refactor: keep filtering option when delete searchKeyword 2025-06-05 12:54:48 +09:00
36f11d93d3 Merge branch 'feature/survey' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry 2025-06-05 11:37:19 +09:00
e615521aeb feat: change route url on sidebar nav
- 사이드 바 URL 변경
- '내가 작성한 매물', '내가 작성한 문의' 카드 클릭 시 체크박스 선택 된 채로 이동하도록 구현
2025-06-05 11:36:49 +09:00
730e9a85e3 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry 2025-06-05 11:14:34 +09:00
9801ac4c44 fix: fix file download error 2025-06-05 11:14:25 +09:00
3ff43475ac feat: 사이드바 지붕재적합성 페이지 이동 연결 2025-06-05 10:41:18 +09:00
51aa45206f refactor: simplify Footer component structure
- Removed unnecessary imports and streamlined the Footer component by consolidating content into a single div, enhancing readability and maintainability.
2025-06-05 10:21:22 +09:00
4ae536cde4 refactor: streamline spinner visibility logic in useAxios hook
- Updated responseHandler to always hide the spinner, removing the conditional check for 'spinner-state' header.
2025-06-05 10:14:13 +09:00
fdc816dd7d feat: add delete button on survey search Input form 2025-06-05 10:08:11 +09:00
3e8e08c3eb fix: prevent spinner from hiding on specific response headers
- Updated responseHandler in useAxios hook to conditionally hide the spinner only when the 'spinner-state' header is undefined.
2025-06-05 10:04:58 +09:00
a7ea7ce4bc Merge pull request 'feature/survey : Session builderId필드 추가' (#59) from feature/survey into dev
Reviewed-on: #59
2025-06-04 18:12:46 +09:00
99c3d12925 Merge pull request 'feat: 지붕재적합성 pdf 다운로드 중 다량데이터 요청 시 서버 shutdown 케이스 방어처리 추가' (#58) from feature/suitable into dev
Reviewed-on: #58
2025-06-04 18:12:40 +09:00
8c278b01c6 feat: add builderId field in session
- 세션에 buildId 필드 추가
- 조사매물 목록 조회 에러 핸들링 추가
2025-06-04 18:05:50 +09:00
156e983454 feat: 지붕재적합성 pdf 다운로드 중 다량데이터 요청 시 서버 shutdown 케이스 방어처리 추가 2025-06-04 18:02:33 +09:00
64a643e619 feat: add builderId to session management
- Updated session data structure to include builderId in session state.
- Modified authentication and partner API routes to handle builderId.
- Adjusted default session and initial state to initialize builderId as null.
2025-06-04 17:10:22 +09:00
b62c859a11 Merge pull request 'feat: 지붕재적합성 pdf 다운로드 api (ssr) 방식 추가' (#57) from feature/suitable into dev
Reviewed-on: #57
2025-06-04 16:56:17 +09:00
574de12908 feat: 지붕재적합성 pdf 다운로드 api (ssr) 방식 추가 2025-06-04 16:46:27 +09:00
0bf5b57a98 Merge pull request 'feature/survey' (#56) from feature/survey into dev
Reviewed-on: #56
2025-06-04 16:31:00 +09:00
9b7c32ac04 fix: add spinning when generate pdf 2025-06-04 16:28:09 +09:00
9a91727c98 fix: modify error handling when status 403 2025-06-04 15:47:47 +09:00
50617c7b7f fix: fix rendering issue
- 매물 수정/작성 시 담당자명, 판매점명, 시공점명 랜더링 안되는 문제 해결
- T01 계정 수정 버튼 랜더링 안되는 문제 해결
2025-06-04 13:28:42 +09:00
0c27c19341 refactor: modify member permission verification logic
- 매물 조회 권한 검증 로직 리팩토링
2025-06-04 10:51:11 +09:00
e756465250 feat: enhance survey sales API and component integration
- 조사매물 조회 시 권한 확인 로직 추가
2025-06-02 18:09:42 +09:00
c6664e9827 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-06-02 15:46:18 +09:00
1bddc86bcf chore: enhance survey detail validation
- 건축연수, 단열재의 유무 필드 기타 항목 유효성 검사 추가
- ORDER, MUSUBI 조사매물 목록 검색조건에 판매점Id, 시공점Id 추가
- T01 계정의 경우 제출받은 매물만 수정/삭제 가능하도록 수정
-
2025-06-02 15:46:07 +09:00
5da4417bb5 style: refine PDF component layout and styles for improved presentation
- Removed unnecessary margin from the creation time display in SuitableDownloadPdf for better alignment.
- Added flexbox properties to the PDF table content for enhanced structure and height consistency.
2025-06-02 15:42:27 +09:00
9d89ceadc0 style: update PDF view and subcomponent styles for consistency and responsiveness
- Added a wrapper for PDF tables with fixed width for better layout.
- Adjusted height and flex properties in the PDF intro page for improved structure.
- Enhanced spacing and alignment in various components for better visual consistency.
- Standardized color codes and formatting across styles for uniformity.
- Implemented responsive design adjustments for smaller screens.
2025-06-02 15:30:17 +09:00
404eaa3299 feat: add creation time display to SuitableDownloadPdf component
- Included creation time in the footer of the PDF content for better context.
- Ensured consistent display of creation time in both main and table content sections.
2025-06-02 15:25:41 +09:00
cd077d6cea Merge pull request 'feat: 지붕재적합성 선택데이터 상세팝업 및 pdf용 페이지 표출 연결' (#54) from feature/suitable into dev
Reviewed-on: #54
2025-06-02 15:14:58 +09:00
f620646104 feat: 선택데이터 상세팝업 및 pdf용 페이지 표출 연결 2025-06-02 14:53:41 +09:00
b417f205f8 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable 2025-06-02 14:47:51 +09:00
e29082bbf5 chore: update QSP API URL in development environment
- Changed NEXT_PUBLIC_QSP_API_URL to point to a new server address for local development.
- Ensured consistency in API endpoint configuration for development purposes.
2025-06-02 14:37:39 +09:00
1bba8b1af0 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-06-02 13:33:35 +09:00
749dd30ecb refactor: update survey submission handling and improve data validation 2025-06-02 13:33:23 +09:00
0b4a50e78a chore: add ecosystem configuration for on-site survey application
- Introduced a new configuration file for managing the on-site survey application.
- Defined application settings including script execution and instance management.
2025-06-02 13:03:32 +09:00
46e6bc36f8 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-06-02 10:16:10 +09:00
454a8a39a9 refactor: rename store to storeId in API and components for consistency 2025-06-02 10:16:00 +09:00
ca45c68b9d refactor: update builderNm field in session management
- Set builderNm in session and response payload based on user data for improved session tracking.
- Ensured consistency in session management structures.
2025-06-02 10:15:50 +09:00