5120764108
feat: surveySale pdf 생성 방식 변경
...
- pdf 생성 시 response에 blob으로 반환하도록 방식 변경
- 제출 시 메일 href pdf 생성 페이지 링크에서 request url로 변경
2025-06-30 17:45:08 +09:00
2531a41a8a
feat: footer에 실행모드 추가
2025-06-30 14:26:28 +09:00
c57bf8eebd
Merge pull request 'fix: 문의 API URL 수정 및 ApiError 객체 파라미터 수정' ( #82 ) from feature/inquiry into dev
...
Reviewed-on: #82
2025-06-27 15:31:53 +09:00
3eb7e9e3db
fix: 지붕재적합성 pdf 생성시간 통일
2025-06-27 14:50:11 +09:00
e45b147b8c
fix: 문의 API URL 수정 및 ApiError 객체 파라미터 수정
...
- 문의 API 에러 반환 객체 타입 오류 발생으로 방어 처리 추가
2025-06-27 14:48:23 +09:00
eed3cd59e3
refactor: mail content 번역 시에도 원본 데이터 전달되도록 수정
2025-06-27 12:57:25 +09:00
d63cc4709a
refactor: 조사매물 메모 placeholder 제거
2025-06-27 11:28:02 +09:00
caa9927f9e
fix: 조사매물 목록 조회 방어처리 추가
...
- 시공권한 계정으로 로그인 시 builderId가 없을 경우 목록에 아무것도 안뜨도록 수정
2025-06-27 11:01:33 +09:00
66800aaa81
fix: 파트너사 제출 폼 랜더링 문제 해결
2025-06-27 09:48:51 +09:00
8eaf28b74a
Merge pull request 'fix: 메일 설정정보 수정 및 발송자 연결' ( #78 ) from feature/mail into dev
...
Reviewed-on: #78
2025-06-26 18:03:52 +09:00
1b39f6e8ac
feat: 메일 발송자 연결
2025-06-26 17:46:28 +09:00
a36cda9843
docs: add annotaion for methodHandler api
2025-06-26 17:34:34 +09:00
d19ef7efc7
feat: implement method handler for survey sales API
...
- 보안정책으로 인해 delete, patch, put 메소드 post 메소드로 래핑하여 처리
2025-06-26 17:32:25 +09:00
fceac31331
fix: 메일 계정 임시 주석
2025-06-26 16:41:55 +09:00
b1fa0d5fd6
fix: mail 인증 문제 수정
2025-06-26 15:50:25 +09:00
nalpari
1248ec0c95
fix: 비밀번호 유효성 검사 메시지를 일본어로 변경
...
- 비밀번호 유효성 검사 시 사용자에게 제공되는 경고 메시지를 일본어로 수정
- 개발 환경에서 QSP API URL을 로컬 주소로 변경
2025-06-20 15:54:14 +09:00
nalpari
dc53a2588a
feat: 비밀번호 유효성 검사 추가
...
- 비밀번호 길이, 대문자, 소문자, 숫자 포함 여부 체크 기능 구현
- 두 비밀번호 일치 여부 확인 로직 강화
2025-06-20 10:16:02 +09:00
6adbbc7eb3
Merge pull request 'feature/inquiry : 문의 API 에러 처리 및 코드 리팩토링' ( #76 ) from feature/inquiry into dev
...
Reviewed-on: #76
2025-06-19 17:48:04 +09:00
17003cb74a
refactor : change the type of error and warning messages to constant
2025-06-19 15:54:48 +09:00
d9da2ba413
fix: 조회 조건 쿼리문 수정
2025-06-19 14:08:46 +09:00
d62caaf857
refactor: implement QnaService for improved error handling and code organization
2025-06-19 11:01:18 +09:00
9afcc88670
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry
2025-06-18 15:43:37 +09:00
3084f292a7
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-06-18 15:13:17 +09:00
d690c3e774
refactor: improve error handling in API routes and services
...
- API 에러 시 반환 타입 통일
- Prisma 에러 검증 추가
2025-06-18 15:12:45 +09:00
94da4f3452
fix: log write시 인코딩 깨지는 문제 해결
2025-06-18 12:21:03 +09:00
b116e6e5c1
docs: add description annotation at error handling function
2025-06-18 10:48:50 +09:00
12b9dd4216
refactor: enhance error handling and user feedback in survey components
...
- API try-catch 구문 함수 구현
- 조사 매물 alert 처리 리팩토링
2025-06-18 10:43:12 +09:00
3d5cb308a8
docs: add description annotation at inquiry API files
2025-06-18 09:19:55 +09:00
de5b6d0c65
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry
2025-06-17 18:24:20 +09:00
1a42848ae9
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-06-17 18:23:20 +09:00
6c1bd8775c
refactor: implement SurveySalesService for survey sales management
2025-06-17 18:21:02 +09:00
c92c1c2470
refactor: logger 에러처리 추가, prod모드가 아닌 경우 파일 생성하지 않도록 수정
2025-06-17 17:32:16 +09:00
fcf87c153e
refactor: 지붕재적합성 에러처리 추가
2025-06-17 15:40:14 +09:00
f6729069d7
refactor: add service layer to centralize business logic
...
- 코드 가독성 및 유지보수성 향상을 위한 서비스 레이어 도입
2025-06-17 14:54:42 +09:00
2edde77bae
refactor: add ErrorMessages Enum for handle api error
2025-06-17 14:45:31 +09:00
54cd61c8b2
Merge pull request 'feature/survey' ( #71 ) from feature/survey into dev
...
Reviewed-on: #71
2025-06-17 13:43:24 +09:00
17d306bb11
fix: change submit data set logic
...
- 제출 폼 데이터 삽입 안되는 오류 해결
- api error 메세지 설정
- api 응답 객체 변경
2025-06-17 13:20:18 +09:00
e806358d0e
fix: update route at useTitle
...
- useTitle 헤더 제목, url 변경
- 임시저장 로직 수정
2025-06-17 11:01:03 +09:00
bc73d36588
feat: api logger 실행모드 production 으로 한정
2025-06-17 10:52:16 +09:00
cd28667f3c
feat: add route error handling for invalid URL access in DetailForm component
2025-06-16 17:59:03 +09:00
19a11783d6
fix: fix type error
2025-06-16 17:38:34 +09:00
5d5ba2e82a
feat: add api logger to survey-sale api
2025-06-16 17:31:47 +09:00
a2e6c2343a
Merge branch 'feature/log' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-06-16 17:01:46 +09:00
b783ca92d7
feat: 기 개발된 api에 api logger 적용
2025-06-16 16:49:59 +09:00
c212ed0ad6
fix: api log wrapper 수정
2025-06-16 16:03:38 +09:00
70c5af70f5
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-06-16 09:20:45 +09:00
ed8c6187d3
feat: api log wrapper 추가
2025-06-13 17:26:34 +09:00
7597700e7b
feat: logger 날짜 분리 추가
2025-06-13 16:50:15 +09:00
8fc88f526d
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/log
2025-06-13 16:12:36 +09:00
nalpari
855dedce44
chore: update baseUrl for production environment
...
- Reverted baseUrl to the production server URL 'https://hanasysfield.jp ' and commented out the local server IP address for production configuration.
- Ensured proper environment-specific settings for production deployment.
2025-06-13 14:13:00 +09:00