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
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
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
574de12908
feat: 지붕재적합성 pdf 다운로드 api (ssr) 방식 추가
2025-06-04 16:46:27 +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
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
749dd30ecb
refactor: update survey submission handling and improve data validation
2025-06-02 13:33:23 +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
e736dc555d
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable
2025-06-02 09:45:02 +09:00
4ed8a78192
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-30 17:50:43 +09:00
fe96acebec
refactor: add builderNm field to session management
...
- Added builderNm field to both SessionData interface and initial state for enhanced session tracking.
- Ensured consistency across session management structures.
2025-05-30 17:42:11 +09:00
39645affa6
feat: add contructionPointId, submissionTargetNm column in survey_basic model
2025-05-30 17:15:45 +09:00
53966a16e1
refactor: enhance session management by adding builderNm field
...
- Introduced builderNm field to SessionData interface for improved session tracking.
- Updated API routes to set builderNm based on user data.
- Modified useAxios hook to manage spinner visibility more effectively.
- Adjusted ReactQueryProvider to disable retry on queries for better performance.
2025-05-30 17:12:54 +09:00
05f0abb194
fix: solve rendering component error
2025-05-30 16:53:22 +09:00
dcb7bc2ff4
fix: adjust required fields in SurveySaleSubmitPopup based on user role
2025-05-30 16:22:58 +09:00
7fbaf4a1e0
fix: update SurveySaleSubmitPopup title
2025-05-30 14:15:53 +09:00
799b0025c4
feat: add spinning when create/update/delete survey & fix rules for displaying store, contructionPoint input
2025-05-30 13:58:41 +09:00
66cdec3966
refactor: 최종 데이터 확인에 따른 적합성 확인 분류기준값 추가
2025-05-30 13:30:20 +09:00
10e8077620
fix: detail 데이터 없을 경우 방어처리 추가
2025-05-30 11:31:06 +09:00
cc5c3499f5
fix: detail 데이터 없을 경우 방어처리 추가
2025-05-30 10:53:58 +09:00
5cc1cc9247
chore: update env to use localhost for API URLs and refactor SurveySaleDownloadPdf and SurveySaleSubmitPopup components
2025-05-30 10:04:40 +09:00
c9b3909a6b
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-29 16:33:15 +09:00
7f14135616
fix: resolve file download error
...
- content-type이 text/html 일 경우에만 에러 핸들링, 이외 타입은 octet-stream으로 반환
2025-05-29 13:47:07 +09:00
8c36446de7
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry
2025-05-29 13:29:36 +09:00
f0b23c35af
feat: change the order of fields at inquiry regist, detail page
2025-05-29 11:35:19 +09:00
7078bd15af
Merge remote-tracking branch 'origin/dev' into dev
2025-05-29 10:23:43 +09:00
f1617045a5
chore: update environment files to use localhost for API URLs and add nodemailer types to package-lock
2025-05-29 10:23:35 +09:00
5be7237aa6
feat: 지붕재적합성 상세팝업 데이터 표출 추가 및 TODO 수정
2025-05-29 10:07:05 +09:00
46720229fc
feat: add postcode popup page publish
...
- 조회 된 데이터 없을 때의 tr 추가
2025-05-29 08:59:09 +09:00
02ce7217a7
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry
2025-05-28 18:09:12 +09:00
73d93d05f9
feat: add publish at surveyDetail page (structure order), submit popup page
2025-05-28 18:08:25 +09:00
0465f2306b
chore: change set env
2025-05-28 17:07:05 +09:00
495aeef2c2
chore: change set env
2025-05-28 17:04:26 +09:00
8f365f998e
fix: add finally function after failed send email
2025-05-28 17:00:22 +09:00