412 Commits

Author SHA1 Message Date
0c27c19341 refactor: modify member permission verification logic
- 매물 조회 권한 검증 로직 리팩토링
2025-06-04 10:51:11 +09:00
e756465250 feat: enhance survey sales API and component integration
- 조사매물 조회 시 권한 확인 로직 추가
2025-06-02 18:09:42 +09:00
c6664e9827 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-06-02 15:46:18 +09:00
1bddc86bcf chore: enhance survey detail validation
- 건축연수, 단열재의 유무 필드 기타 항목 유효성 검사 추가
- ORDER, MUSUBI 조사매물 목록 검색조건에 판매점Id, 시공점Id 추가
- T01 계정의 경우 제출받은 매물만 수정/삭제 가능하도록 수정
-
2025-06-02 15:46:07 +09:00
5da4417bb5 style: refine PDF component layout and styles for improved presentation
- Removed unnecessary margin from the creation time display in SuitableDownloadPdf for better alignment.
- Added flexbox properties to the PDF table content for enhanced structure and height consistency.
2025-06-02 15:42:27 +09:00
9d89ceadc0 style: update PDF view and subcomponent styles for consistency and responsiveness
- Added a wrapper for PDF tables with fixed width for better layout.
- Adjusted height and flex properties in the PDF intro page for improved structure.
- Enhanced spacing and alignment in various components for better visual consistency.
- Standardized color codes and formatting across styles for uniformity.
- Implemented responsive design adjustments for smaller screens.
2025-06-02 15:30:17 +09:00
404eaa3299 feat: add creation time display to SuitableDownloadPdf component
- Included creation time in the footer of the PDF content for better context.
- Ensured consistent display of creation time in both main and table content sections.
2025-06-02 15:25:41 +09:00
cd077d6cea Merge pull request 'feat: 지붕재적합성 선택데이터 상세팝업 및 pdf용 페이지 표출 연결' (#54) from feature/suitable into dev
Reviewed-on: #54
2025-06-02 15:14:58 +09:00
f620646104 feat: 선택데이터 상세팝업 및 pdf용 페이지 표출 연결 2025-06-02 14:53:41 +09:00
b417f205f8 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable 2025-06-02 14:47:51 +09:00
e29082bbf5 chore: update QSP API URL in development environment
- Changed NEXT_PUBLIC_QSP_API_URL to point to a new server address for local development.
- Ensured consistency in API endpoint configuration for development purposes.
2025-06-02 14:37:39 +09:00
1bba8b1af0 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-06-02 13:33:35 +09:00
749dd30ecb refactor: update survey submission handling and improve data validation 2025-06-02 13:33:23 +09:00
0b4a50e78a chore: add ecosystem configuration for on-site survey application
- Introduced a new configuration file for managing the on-site survey application.
- Defined application settings including script execution and instance management.
2025-06-02 13:03:32 +09:00
46e6bc36f8 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-06-02 10:16:10 +09:00
454a8a39a9 refactor: rename store to storeId in API and components for consistency 2025-06-02 10:16:00 +09:00
ca45c68b9d refactor: update builderNm field in session management
- Set builderNm in session and response payload based on user data for improved session tracking.
- Ensured consistency in session management structures.
2025-06-02 10:15:50 +09:00
8a1313a964 chore: update environment configuration files to include EMAIL_TITLE_PREFIX
- Added EMAIL_TITLE_PREFIX variable to .env.development for system test identification.
- Cleared EMAIL_TITLE_PREFIX in .env.localhost and .env.production for consistency across environments.
2025-06-02 10:11:22 +09:00
e736dc555d Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable 2025-06-02 09:45:02 +09:00
4ed8a78192 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-05-30 17:50:43 +09:00
fe96acebec refactor: add builderNm field to session management
- Added builderNm field to both SessionData interface and initial state for enhanced session tracking.
- Ensured consistency across session management structures.
2025-05-30 17:42:11 +09:00
39645affa6 feat: add contructionPointId, submissionTargetNm column in survey_basic model 2025-05-30 17:15:45 +09:00
53966a16e1 refactor: enhance session management by adding builderNm field
- Introduced builderNm field to SessionData interface for improved session tracking.
- Updated API routes to set builderNm based on user data.
- Modified useAxios hook to manage spinner visibility more effectively.
- Adjusted ReactQueryProvider to disable retry on queries for better performance.
2025-05-30 17:12:54 +09:00
1022ef7023 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-05-30 16:53:30 +09:00
05f0abb194 fix: solve rendering component error 2025-05-30 16:53:22 +09:00
78beaa7b8a refactor: add SUBMISSION_TARGET_NM field to SD_SURVEY_SALES_BASIC_INFO model
- Introduced SUBMISSION_TARGET_NM to enhance the data structure of the SD_SURVEY_SALES_BASIC_INFO model.
- Ensured consistency with existing field types and structure.
2025-05-30 16:47:16 +09:00
14ba63e2b5 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-05-30 16:23:04 +09:00
dcb7bc2ff4 fix: adjust required fields in SurveySaleSubmitPopup based on user role 2025-05-30 16:22:58 +09:00
c2e76fa764 refactor: update SD_SURVEY_SALES_BASIC_INFO model to include CONSTRUCTION_POINT_ID field
- Added CONSTRUCTION_POINT_ID to the SD_SURVEY_SALES_BASIC_INFO model for improved data structure.
- Maintained existing fields and their types for consistency.
2025-05-30 16:21:42 +09:00
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
7fbaf4a1e0 fix: update SurveySaleSubmitPopup title 2025-05-30 14:15:53 +09:00
68a0c15c61 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-05-30 13:58:51 +09:00
799b0025c4 feat: add spinning when create/update/delete survey & fix rules for displaying store, contructionPoint input 2025-05-30 13:58:41 +09:00
66cdec3966 refactor: 최종 데이터 확인에 따른 적합성 확인 분류기준값 추가 2025-05-30 13:30:20 +09:00
10e8077620 fix: detail 데이터 없을 경우 방어처리 추가 2025-05-30 11:31:06 +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
ac249c5d0e Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable 2025-05-30 10:54:47 +09:00
cc5c3499f5 fix: detail 데이터 없을 경우 방어처리 추가 2025-05-30 10:53:58 +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
5cc1cc9247 chore: update env to use localhost for API URLs and refactor SurveySaleDownloadPdf and SurveySaleSubmitPopup components 2025-05-30 10:04:40 +09:00
c9b3909a6b Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey 2025-05-29 16:33:15 +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