0bcb0f58e5
docs: add documentation for root layout structure and component hierarchy
...
- Introduced a new markdown file detailing the root layout structure used across the application.
- Included a mermaid diagram to illustrate the component hierarchy and data flow.
- Documented key components such as providers, layout components, and session management details.
- Emphasized server-side session management and performance optimization strategies.
2025-05-30 15:30:31 +09:00
3088c88122
docs: remove cautionary notes on database initialization from README
...
- Deleted warnings regarding the execution of database initialization commands to streamline the setup instructions.
- Maintained focus on essential setup steps for development environment.
2025-05-30 11:18:44 +09:00
721edddbe0
docs: enhance README with highlighted warnings and recommendations for Prisma ORM usage
...
- Updated section on Prisma ORM to emphasize caution with red text for potential risks and recommendations.
- Ensured clarity on the importance of backing up the schema before executing database commands.
2025-05-30 11:17:46 +09:00
510f886220
docs: update README with project overview, setup instructions, and Prisma ORM usage guidelines
...
- Added comprehensive project overview and technology stack.
- Included setup instructions for development and production environments.
- Documented project structure and best practices for using Prisma ORM, highlighting potential risks and recommendations.
2025-05-30 10:31:08 +09:00
941c0921c9
Merge pull request 'refactor: db 스키마 일부 변경에 따른 prisma 객체 동기화' ( #53 ) from feature/suitable into dev
...
Reviewed-on: #53
2025-05-30 10:11:44 +09:00
e35cc50660
refactor: db 스키마 일부 변경에 따른 prisma 객체 동기화
2025-05-30 10:09:20 +09:00
d24d994318
Merge pull request 'feature/inquiry - Q.CAST 문의 구현' ( #52 ) from feature/inquiry into dev
...
Reviewed-on: #52
2025-05-29 16:32:09 +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
37435d2cca
feat: add documentation for Login component, project structure, and login process
...
- Introduced diagrams for the Login component structure, project architecture, and login sequence.
- Detailed state management, external hooks, event handling, and UI components in the Login documentation.
- Provided an overview of the component relationships and roles within the application architecture.
2025-05-29 10:32:10 +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
697137619e
Merge pull request 'feat: 지붕재적합성 상세팝업 데이터 표출 추가 및 TODO 수정' ( #51 ) from feature/suitable into dev
...
Reviewed-on: #51
2025-05-29 10:13:18 +09:00
5be7237aa6
feat: 지붕재적합성 상세팝업 데이터 표출 추가 및 TODO 수정
2025-05-29 10:07:05 +09:00
02ce7217a7
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry
2025-05-28 18:09:12 +09:00
4d16276221
Merge pull request 'feature/survey' ( #50 ) from feature/survey into dev
...
Reviewed-on: #50
2025-05-28 17:09:14 +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
03d91f3fa0
feat: implement spinning when generate survey-sale pdf
...
- 조사매물 pdf 다운로드 기능 완성
- 지붕 정보 주택 구조 순서 radiobox로 변경경
2025-05-28 16:49:45 +09:00
23164a3f8c
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-28 15:38:26 +09:00
56f8ad9aaf
chore: update API URL in development and localhost environment files; enhance SurveySaleDownloadPdf component to handle null values gracefully
2025-05-28 15:38:18 +09:00
dc0009ddd7
chore: add SMTP configuration to environment files and integrate nodemailer for email functionality
2025-05-28 15:37:47 +09:00
0d8dc7dc02
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-28 14:59:44 +09:00
5014162f2f
chore: comment out axios login request in Login component
2025-05-28 14:45:52 +09:00
82cdb2a755
chore: revert QSP API URL to previous configuration in Login component
2025-05-28 14:43:10 +09:00
34883e166a
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-28 14:35:23 +09:00
479643216c
chore: update QSP API URL in development and localhost environment files
2025-05-28 14:35:08 +09:00
76f85f65c9
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-28 14:26:58 +09:00
3a8c431f41
chore: update QSP API URL in local environment configuration
2025-05-28 14:26:43 +09:00
221c66f293
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-28 14:22:34 +09:00
67ba964eec
feat: add data for download survey-sale pdf
2025-05-28 14:22:22 +09:00
c027a3977b
chore: update QSP API URL in development and production environment files
2025-05-28 14:21:24 +09:00
52a2032a8c
feat: implement file download function
2025-05-28 11:25:30 +09:00
70903cd779
Merge branch 'feature/survey' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry
2025-05-28 10:22:31 +09:00
478ae3a784
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry
2025-05-28 10:22:08 +09:00
6d837d3e98
feat: implement SurveySaleDownloadPdf component and integrate with survey details for PDF generation
2025-05-28 10:21:26 +09:00
d9824c6b9b
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-27 17:53:02 +09:00
d599f28522
feat: add fetch commonCode for get email from your dealer base representative
2025-05-27 17:52:52 +09:00
2a3a726b84
refactor: remove DownloadPdf component and its usage in the PDF page
2025-05-27 17:43:46 +09:00
1adbb24daa
feat: add commonCodeList data at detail page
2025-05-27 15:30:54 +09:00
84ebb8e021
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry
2025-05-27 14:32:53 +09:00
46fe524f79
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-27 14:30:57 +09:00
5fd5e852c3
feat: add selectbox for select submission point for role Admin (Q.ORDER)
2025-05-27 14:30:44 +09:00
014f473d85
Merge pull request 'feature/survey : 조사매물 오류 해결 및 변경사항 적용' ( #49 ) from feature/survey into dev
...
Reviewed-on: #49
2025-05-27 13:46:23 +09:00
ea46635d7a
Merge pull request 'feat: 지붕재적합성 검색조건 그룹코드로 변경, 데이터 선택 기능 수정' ( #47 ) from feature/suitable into dev
...
Reviewed-on: #47
2025-05-27 13:46:08 +09:00
7f0d1cf877
feat: 지붕재 적합성 검색어 30글자 제한 처리 추가
2025-05-27 13:39:11 +09:00
94a1352817
fix: update baseUrl in local config to use localhost
2025-05-27 13:25:01 +09:00
efd3272ff4
fix: setOffest when the select sort option
2025-05-27 13:16:00 +09:00