514 Commits

Author SHA1 Message Date
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
7cf3ac9a98 Merge pull request 'refactor: 지붕재적합성 에러처리 추가' (#72) from feature/suitable into dev
Reviewed-on: #72
2025-06-17 15:55:22 +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
870e6ad02d Merge pull request 'feat: api logger 추가' (#69) from feature/log into dev
Reviewed-on: #69
2025-06-17 11:24:40 +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
nalpari
420c481b84 chore: configure webpack for production optimization
- Added a webpack configuration to utilize terser-webpack-plugin for minifying JavaScript files in production builds, ensuring no comments are included in the output.
2025-06-12 17:36:45 +09:00
44d7a52790 chore: add production start script
- Introduced a new script in prod.startscript.js to execute the production server using pnpm for streamlined deployment.
2025-06-12 16:07:52 +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
f8d1cb54b6 chore: add development start script
- Introduced a new script in dev.startscript.js to execute the development server using pnpm for streamlined local development.
2025-06-12 15:33:28 +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
38ff8ce65f chore: update production database URL in .env.production
- Changed DATABASE_URL to point to the new SQL Server instance for production environment.
- Maintained existing connection settings for consistency across environments.
2025-06-12 15:06:34 +09:00
74865df3ba Merge remote-tracking branch 'origin/dev' into dev 2025-06-12 14:57:09 +09:00
15114d8da0 chore: update environment configuration for development, localhost, and production
- Added DATABASE_URL, DATABASE_CONNECTION_LIMIT, DATABASE_POOL_MIN, DATABASE_POOL_MAX, and SESSION_PASSWORD to .env, .env.development, .env.localhost, and .env.production files.
- Ensured consistent database connection settings across different environments for improved application performance.
2025-06-12 14:56:57 +09:00
907c92a546 Merge pull request 'feature/survey : 에러 해결' (#68) from feature/survey into dev
Reviewed-on: #68
2025-06-12 14:34:00 +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
643895ccb2 chore: remove obsolete data.ts file containing extensive database entries 2025-06-11 10:44:26 +09:00
ada3057d36 fix: update EdgeProvider routing logic to handle session state more effectively 2025-06-11 10:12:46 +09:00
10787e7e60 fix: comment out handlePageEvent in EdgeProvider to prevent unintended page event tracking 2025-06-10 17:41:58 +09:00
d357355641 Merge pull request 'feature/survey' (#67) from feature/survey into dev
Reviewed-on: #67
2025-06-10 17:27:41 +09:00
f51b03cab7 docs: add annotations in SurveySale related Files
- Added detailed descriptions for search parameters and API functionalities in survey-sales routes.
- Improved documentation for inquiry-related hooks and types, enhancing clarity on their usage.
- Refactored comments for better readability and consistency across the codebase.
2025-06-10 17:13:35 +09:00