484 Commits

Author SHA1 Message Date
042096c682 refactor: add an error alert conditional 2025-06-13 13:17:37 +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
19ff53ae50 Merge pull request 'fix: 지붕재적합성 detail 데이터 없는 경우 방어처리 추가' (#66) from feature/suitable into dev
Reviewed-on: #66
2025-06-10 16:20:04 +09:00
25cbd92a55 fix: 지붕재적합성 detail 데이터 없는 경우 방어처리 추가 2025-06-10 15:42:38 +09:00
cc90977cd9 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-06-10 15:32:42 +09:00
7db421c26a refactor: Refactoring code and add error handling
- 조사매물 조회 시 로그인 여부 확인 로직 서버 사이드로 이동
- 에러 핸들링 추가
- 조사매물 수정/작성 페이지 컴포넌트 리팩토링
- 조사매물 작성 후 제출 버튼 클릭 시 node 삽입 오류 해결
2025-06-10 15:32:27 +09:00
7fd1be2cc4 Merge pull request 'docs: 지붕재적합성 description 주석 추가' (#65) from feature/suitable into dev
Reviewed-on: #65
2025-06-10 13:11:38 +09:00
5f15e7360c docs: 지붕재적합성 description 추가 2025-06-10 11:34:53 +09:00
e3e6f10893 docs: 지붕재적합성 hooks description 추가 2025-06-10 11:34:02 +09:00
32329b1cb7 docs: 지붕재적합성 api description 추가 2025-06-09 17:47:15 +09:00
763c9d37cf fix: fix data not loading error when navigating PDF pages without not login
- 로그인 하지 않고 pdf 링크로 이동 시 데이터 로드 되지 않는 문제 해결
- 로그인 하지 않았을 때 pdf 다운로드 이후 메인 페이지로 이동하도록 수정
2025-06-09 10:37:48 +09:00
f4a52f7752 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable 2025-06-09 10:26:36 +09:00
2aef601670 Merge pull request 'style: 지붕재 적합성 pdf pub 수정' (#64) from feature/suitable-pub into dev
Reviewed-on: #64
2025-06-09 10:21:35 +09:00
fc67b0fde7 Merge branch 'feature/suitable-pub' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable 2025-06-09 09:15:33 +09:00
a0beb8eca3 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-06-09 09:11:30 +09:00
5cd9eb6ca2 remove: delete unused API files for auth, suitable, surveySales, and user 2025-06-05 18:16:22 +09:00
8c91bd605c Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-06-05 18:06:11 +09:00
f5022ab423 feat: get submit target store, representative user emails 2025-06-05 18:06:04 +09:00
2ba72f1142 fix: suitablepdf 수정 2025-06-05 18:04:53 +09:00
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
a9ef91a430 Merge branch 'feature/submition-target' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-06-05 16:38:02 +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