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
77895c220d
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-06-13 13:17:46 +09:00
042096c682
refactor: add an error alert conditional
2025-06-13 13:17:37 +09:00
298b563977
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/log
2025-06-13 13:02:22 +09:00
36a06c226b
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/log
2025-06-13 13:01:28 +09:00
nalpari
96b5e39a58
chore: update baseUrl for production environment
...
- Commented out the previous production baseUrl and set a new baseUrl to point to the local server IP address for production configuration.
- Ensured consistency in environment-specific configurations.
2025-06-13 12:25:46 +09:00
nalpari
1af57d0965
chore: update API URLs for development and production environments
...
- Changed NEXT_PUBLIC_API_URL in .env.development and .env.production to point to the new development and production server URLs, respectively.
- Updated baseUrl in config.development.ts and config.production.ts to reflect the new server addresses for consistent environment configuration.
2025-06-12 18:09:08 +09:00
3eb5974414
feat: api logger 적용
2025-06-12 18:05:29 +09:00
a573d7ffb1
feat: api logger 추가
2025-06-12 18:03:24 +09:00
99b37e3ac3
chore: update metadata for layout components
...
- Changed titles and descriptions in layout.tsx files for the main app, inquiry, suitable, and survey-sale sections to reflect the new project name "HANASYS現地調査" and its specific contexts.
2025-06-12 16:07:46 +09:00
7c724f2430
chore: update development environment API URLs
...
- Changed NEXT_PUBLIC_API_URL in .env.development and baseUrl in config.development.ts to point to the new local server IP address for development purposes.
2025-06-12 15:20:25 +09:00
5893cd6491
fix: fix build error by Specifying the type
2025-06-12 14:31:38 +09:00
0c68949fdd
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-06-12 14:27:31 +09:00
1f3aa2cc04
chore: update Prisma client configuration for improved environment handling and graceful shutdown
...
- Refactored Prisma client initialization to differentiate between development and production environments.
- Enhanced logging settings based on the environment.
- Implemented graceful shutdown for Prisma client on process termination signals.
2025-06-12 13:40:56 +09:00
cdfe211203
fix: fixed error for popup element
...
- 수정/작성 제출 시 팝업 올라오지 않는 문제 해결
2025-06-12 09:02:40 +09:00
d36b5c714f
chore: db url appName추가, prisma 임시 원복
2025-06-11 17:53:44 +09:00
b97af6338e
chore: update database connection settings and enhance Prisma client configuration
...
- Added connection timeout to DATABASE_URL in .env.
- Introduced DATABASE_CONNECTION_LIMIT, DATABASE_POOL_MIN, and DATABASE_POOL_MAX for connection pooling.
- Enhanced Prisma client initialization with logging and connection pool settings.
- Implemented graceful disconnection on process termination signals.
2025-06-11 17:36:15 +09:00