Commit Graph

  • 7973d7c2b1 Merge pull request 'feature/suitable' (#26) from feature/suitable into dev seul 2025-05-13 09:42:19 +09:00
  • 186843e154 remove: 미사용 테스트 파일 삭제 Daseul Kim 2025-05-13 09:40:08 +09:00
  • bc1c1579cc feat: 지붕재 적합성 데이터 관련 테이블 모델 추가 Daseul Kim 2025-05-13 09:35:21 +09:00
  • 0cdd7cdebd Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable Daseul Kim 2025-05-13 09:33:10 +09:00
  • 8ad1ed4bcf Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry keyy1315 2025-05-13 09:22:59 +09:00
  • e3940f72c8 feat: implement Qsp Inquriy API Request, Response type keyy1315 2025-05-13 09:22:35 +09:00
  • 778d3b6be8 refactor: enhance DoubleBtnAlert and Header components with improved button handling and confirm dialog integration yoosangwook 2025-05-12 18:24:18 +09:00
  • b4e009cb8e chore: add inquiry API URL to development and production environment files yoosangwook 2025-05-12 18:24:11 +09:00
  • 34319dadcd fix: Change the policy to allow Update, Delete, Submit to writer only keyy1315 2025-05-12 15:45:37 +09:00
  • 2d914d3798 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable Daseul Kim 2025-05-12 15:03:49 +09:00
  • bd89552cc7 Merge branch 'feature/survey' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey keyy1315 2025-05-12 14:47:07 +09:00
  • 493fd6cb9d common 파일 추가 김민식 2025-05-12 14:46:13 +09:00
  • 6bbd1a6174 Merge branch 'feature/survey' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey keyy1315 2025-05-12 14:40:10 +09:00
  • 7173ec2496 feat: implement UserType custom hook for filtering login user type keyy1315 2025-05-12 14:37:47 +09:00
  • c5db65fc4d 우편번호 조회 기능 추가 김민식 2025-05-12 14:35:44 +09:00
  • 69d81d892d fix: conditionally update session state in EdgeProvider based on presence of sessionData yoosangwook 2025-05-12 13:34:14 +09:00
  • e84ef1b7a0 fix: update session data handling in RootLayout to conditionally stringify session based on login status yoosangwook 2025-05-12 11:24:32 +09:00
  • 901b7b1ae8 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey keyy1315 2025-05-12 11:13:54 +09:00
  • 29488b2412 feat: implement survey list filter by Member Type for temporary keyy1315 2025-05-12 11:11:52 +09:00
  • 6cab9cdde3 feat: implement session management in RootLayout and pass session data to EdgeProvider for enhanced state handling yoosangwook 2025-05-12 11:01:07 +09:00
  • 2eacdda23e refactor: remove alertSwitch store and simplify alert handling in EdgeProvider yoosangwook 2025-05-12 10:37:58 +09:00
  • da0d77724d fix: correct layout interface and enhance user session management keyy1315 2025-05-12 10:21:01 +09:00
  • db2daf8ba0 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable Daseul Kim 2025-05-12 09:57:05 +09:00
  • ce00cc2ba7 refactor: simplify Header component by removing unused props and updating button action for password reset yoosangwook 2025-05-09 18:21:35 +09:00
  • e6d346c5da refactor: remove unused title variable in Header component to streamline code yoosangwook 2025-05-09 18:14:55 +09:00
  • 178e9c0d3e refactor: update layout components to use 'import type' for ReactNode and enhance Header component with dynamic title retrieval yoosangwook 2025-05-09 18:13:40 +09:00
  • c06a96bc1b Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey keyy1315 2025-05-09 17:41:41 +09:00
  • 8bc629698a feat: implement SurveyDetail page for roof-information keyy1315 2025-05-09 17:41:26 +09:00
  • 3e16d3a767 feat: implement session management with Zustand and enhance login flow in Login component yoosangwook 2025-05-09 16:05:20 +09:00
  • 5e8d2fa8cc feat: enhance DoubleBtnAlert component with dynamic alert messages and button actions yoosangwook 2025-05-09 15:19:03 +09:00
  • 436f149635 feat: implement alert management in EdgeProvider with dynamic alert types yoosangwook 2025-05-09 15:17:19 +09:00
  • 34638ff0f0 fix: Change prisma db URL keyy1315 2025-05-09 15:16:58 +09:00
  • 65483812a6 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey keyy1315 2025-05-09 15:11:54 +09:00
  • 95d971b198 feat: remove unused survey sale API routes & add address popup at Survey BasicForm keyy1315 2025-05-09 15:08:55 +09:00
  • a6702f52fc feat: add new sample page with various input components and styling for enhanced user interaction yoosangwook 2025-05-09 14:44:07 +09:00
  • 06967d746c refactor: streamline MS_SUITABLE model by removing redundant fields and add new BC_COMM_H and BC_COMM_L models for improved data structure yoosangwook 2025-05-09 13:53:33 +09:00
  • b61f5205e4 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable Daseul Kim 2025-05-09 09:49:18 +09:00
  • b4db26d80a fix: update EdgeProvider to correctly set back button visibility based on pathname yoosangwook 2025-05-08 18:00:57 +09:00
  • 4ab2b225cd feat: add new compliance-related SVG icons for enhanced UI representation yoosangwook 2025-05-08 17:57:48 +09:00
  • 5628d330d5 fix: update button action in Main component to navigate to suitable page for roof material compatibility checks yoosangwook 2025-05-08 17:56:35 +09:00
  • 1746c91742 feat: integrate EdgeProvider for alert management and add Suitable components for roof material compatibility checks yoosangwook 2025-05-08 17:55:24 +09:00
  • 4467c04321 style: update SCSS styles for various components, adding responsive design adjustments and new styles for compliance checks yoosangwook 2025-05-08 17:55:10 +09:00
  • 555e6f3b4a Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey keyy1315 2025-05-08 17:02:42 +09:00
  • 2397b7f144 feat: add survey roof-info validation when Create, Update keyy1315 2025-05-08 17:01:10 +09:00
  • dfd5ba419b feat: implement SurveyFilteringOptions to global keyy1315 2025-05-08 16:58:14 +09:00
  • b1f81d7853 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable Daseul Kim 2025-05-08 15:53:53 +09:00
  • 0d12239460 refactor: expand MS_SUITABLE model in Prisma schema with detailed field definitions and comments for clarity yoosangwook 2025-05-08 15:47:29 +09:00
  • e355ad5378 refactor: clean up User and MS_SUITABLE models in Prisma schema by removing unnecessary comments and optimizing field definitions yoosangwook 2025-05-08 15:41:12 +09:00
  • 68408eb3c9 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey keyy1315 2025-05-07 18:09:51 +09:00
  • 115ffb8a74 feat: set SurveyList Filtering keyy1315 2025-05-07 18:06:10 +09:00
  • fd27bfe7d0 feat: implement create & update survey roof-information with validate keyy1315 2025-05-07 18:05:28 +09:00
  • 692d2b7d84 refactor: comment out login redirection in middleware for future implementation yoosangwook 2025-05-07 17:37:09 +09:00
  • 05f4fe4e94 refactor: enhance session management and routing in middleware and API authentication yoosangwook 2025-05-07 17:16:26 +09:00
  • 5048fe1c08 chore: axios 설정 충돌 해결 yoosangwook 2025-05-07 15:17:01 +09:00
  • c9378dfccd Merge pull request 'snake case -> camel case 변환 로직 추가' (#25) from feature/pub into dev KimMinsik 2025-05-07 15:11:04 +09:00
  • 2166b7836e snake case -> camel case 변환 로직 추가 김민식 2025-05-07 15:08:33 +09:00
  • d340e3d976 Merge pull request 'refactor: remove suitable and surveySales API modules to streamline codebase' (#24) from feature/chore into dev qcast3 2025-05-07 10:19:02 +09:00
  • 82e198836a refactor: remove suitable and surveySales API modules to streamline codebase yoosangwook 2025-05-07 10:18:28 +09:00
  • e86c5d18b4 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/suitable Daseul Kim 2025-05-07 09:52:10 +09:00
  • daf9f31733 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey keyy1315 2025-05-07 09:00:35 +09:00
  • 3cf55e1a9e Merge pull request 'refactor: enhance Header component by organizing useEffect hooks and updating client URL pathname handling' (#23) from feature/pub-yoo into dev qcast3 2025-05-02 18:47:03 +09:00
  • 3937179279 refactor: enhance Header component by organizing useEffect hooks and updating client URL pathname handling yoosangwook 2025-05-02 18:46:38 +09:00
  • 8153dd9d18 fix: solve conflict keyy1315 2025-05-02 18:13:12 +09:00
  • ec9f0fa747 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey keyy1315 2025-05-02 18:10:48 +09:00
  • 8e563c18dc feat: add muticheckbox component for write roof information keyy1315 2025-05-02 18:06:25 +09:00
  • c9812d1159 feat: implement survey basic information update function keyy1315 2025-05-02 18:05:15 +09:00
  • 9255d3fab7 Merge pull request 'docs: update README to include useEffect organization and client URL pathname changes in Header component' (#22) from feature/pub-yoo into dev swyoo 2025-05-02 16:58:32 +09:00
  • 4e90af97e7 docs: update README to include useEffect organization and client URL pathname changes in Header component yoosangwook 2025-05-02 16:58:07 +09:00
  • 9ae6cf99f9 Merge pull request 'refactor: integrate side navigation state management into Header component for improved navigation control' (#21) from feature/pub-yoo into dev swyoo 2025-05-02 16:56:15 +09:00
  • 7046b215c4 refactor: integrate side navigation state management into Header component for improved navigation control yoosangwook 2025-05-02 16:55:47 +09:00
  • 38055365a5 Merge pull request 'refactor: remove inquiry page component and enhance navigation in Main and Header components with router integration' (#20) from feature/pub-yoo into dev swyoo 2025-05-02 16:35:54 +09:00
  • e0bdaa4ddf refactor: remove inquiry page component and enhance navigation in Main and Header components with router integration yoosangwook 2025-05-02 16:35:27 +09:00
  • 044385fceb Merge pull request 'refactor: move state management and effect hooks for selected tab into respective form components for better encapsulation' (#19) from feature/pub-yoo into dev swyoo 2025-05-02 16:03:26 +09:00
  • ddd41009b7 refactor: move state management and effect hooks for selected tab into respective form components for better encapsulation yoosangwook 2025-05-02 16:02:54 +09:00
  • eea55ae8b4 Merge pull request 'refactor: implement state management for survey sale pages; add effect hooks to set selected tab state and enhance navigation functionality' (#18) from feature/pub-yoo into dev swyoo 2025-05-02 15:59:14 +09:00
  • baf3700f67 refactor: implement state management for survey sale pages; add effect hooks to set selected tab state and enhance navigation functionality yoosangwook 2025-05-02 15:58:49 +09:00
  • 6777fae68c Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey keyy1315 2025-05-02 15:46:39 +09:00
  • eaddd3b2a3 Merge pull request 'refactor: enhance layout structure by adding survey sale layout and navigation tab components; streamline page components for improved readability' (#17) from feature/pub-yoo into dev swyoo 2025-05-02 15:42:32 +09:00
  • 21fd51753e Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey keyy1315 2025-05-02 15:42:21 +09:00
  • 2a373dd712 refactor: enhance layout structure by adding survey sale layout and navigation tab components; streamline page components for improved readability yoosangwook 2025-05-02 15:41:58 +09:00
  • fc93853601 feat: implement survey-sale's read list & delete function keyy1315 2025-05-02 15:41:37 +09:00
  • 63750844ee Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey keyy1315 2025-05-02 14:16:09 +09:00
  • 8786824569 Merge pull request 'fix: correct spelling of 'Information' in member information popup handlers' (#16) from feature/pub-yoo into dev swyoo 2025-05-02 14:13:01 +09:00
  • b56d013dc2 fix: correct spelling of 'Information' in member information popup handlers nalpari 2025-05-02 14:12:06 +09:00
  • 631176301b Merge pull request 'refactor: update ZipCodePopup to simplify state management by removing unnecessary parameter in setZipCodePopup function' (#15) from feature/pub-yoo into dev swyoo 2025-05-02 13:56:00 +09:00
  • 3e77864d2e refactor: update ZipCodePopup to simplify state management by removing unnecessary parameter in setZipCodePopup function nalpari 2025-05-02 13:55:21 +09:00
  • 041e43f78b Merge pull request 'refactor: remove header and footer imports from basic-info and roof-info pages to streamline layout' (#14) from feature/pub-yoo into dev swyoo 2025-05-02 13:38:34 +09:00
  • 40952ec38a refactor: remove header and footer imports from basic-info and roof-info pages to streamline layout yoosangwook 2025-05-02 13:38:01 +09:00
  • 1d592b4226 Merge pull request 'refactor: simplify layout by removing header and footer components from survey sale pages; enhance structure for better readability' (#13) from feature/pub-yoo into dev swyoo 2025-05-02 12:46:26 +09:00
  • 3736b8b094 refactor: simplify layout by removing header and footer components from survey sale pages; enhance structure for better readability yoosangwook 2025-05-02 12:45:40 +09:00
  • 6598dc9459 Merge pull request 'chore: update layout structure by adding header, footer, and float button components; implement member information popup; enhance popup controller for better state management' (#12) from feature/pub-yoo into dev swyoo 2025-05-02 12:44:13 +09:00
  • 1f102a5054 chore: update layout structure by adding header, footer, and float button components; implement member information popup; enhance popup controller for better state management yoosangwook 2025-05-02 12:43:34 +09:00
  • ffa72ba9eb fix: Modify react query mutation function keyy1315 2025-05-02 11:32:12 +09:00
  • c5af6b848b Merge pull request 'refactor: enhance login and survey sale pages with structured layout and footer; update popup controller for zip code management' (#11) from feature/pub-yoo into dev swyoo 2025-05-02 10:19:26 +09:00
  • 933eeb5f2e refactor: enhance login and survey sale pages with structured layout and footer; update popup controller for zip code management yoosangwook 2025-05-02 10:18:43 +09:00
  • cc8b988fdb Merge pull request 'chore: add swiper dependency and update package lock; remove unused components for suitable and survey sales' (#10) from feature/pub-yoo into dev swyoo 2025-04-30 18:35:50 +09:00
  • 02f6ad9f46 chore: add swiper dependency and update package lock; remove unused components for suitable and survey sales yoosangwook 2025-04-30 18:34:48 +09:00
  • b1db492937 Merge pull request 'chore: comment out session check in middleware for future login feature implementation' (#9) from feature/chore into dev swyoo 2025-04-30 17:36:02 +09:00
  • 71f7913bee chore: comment out session check in middleware for future login feature implementation yoosangwook 2025-04-30 17:35:03 +09:00
  • b9cc66090e Merge pull request 'chore: remove unused API routes and components for survey sales and suitable details' (#8) from feature/ready-for-work into dev swyoo 2025-04-30 16:53:36 +09:00