37 Commits

Author SHA1 Message Date
ff644395ec feat: 지붕재 적합성 데이터 조회 기능 추가 2025-05-14 18:12:10 +09:00
2217426152 feat: implement password change API and update Login and PwResetForm components to utilize local storage for password management 2025-05-14 17:49:59 +09:00
a2a2b2e6fa fix: restore storeNm property in session management and adjust padding in check and radio components for improved layout 2025-05-13 17:21:22 +09:00
98299ffe92 chore: update @prisma/client and prisma dependencies to version 6.7.0; modify session management in MemberInformationPopup and Header components to utilize session data 2025-05-13 16:10:22 +09:00
f33786a8eb feat: implement user role management in session and update Header component to display user ID 2025-05-13 14:41:09 +09:00
e84ef1b7a0 fix: update session data handling in RootLayout to conditionally stringify session based on login status 2025-05-12 11:24:32 +09:00
6cab9cdde3 feat: implement session management in RootLayout and pass session data to EdgeProvider for enhanced state handling 2025-05-12 11:01:07 +09:00
ce00cc2ba7 refactor: simplify Header component by removing unused props and updating button action for password reset 2025-05-09 18:21:35 +09:00
178e9c0d3e refactor: update layout components to use 'import type' for ReactNode and enhance Header component with dynamic title retrieval 2025-05-09 18:13:40 +09:00
3e16d3a767 feat: implement session management with Zustand and enhance login flow in Login component 2025-05-09 16:05:20 +09:00
a6702f52fc feat: add new sample page with various input components and styling for enhanced user interaction 2025-05-09 14:44:07 +09:00
1746c91742 feat: integrate EdgeProvider for alert management and add Suitable components for roof material compatibility checks 2025-05-08 17:55:24 +09:00
05f4fe4e94 refactor: enhance session management and routing in middleware and API authentication 2025-05-07 17:16:26 +09:00
5048fe1c08 chore: axios 설정 충돌 해결 2025-05-07 15:17:01 +09:00
3937179279 refactor: enhance Header component by organizing useEffect hooks and updating client URL pathname handling 2025-05-02 18:46:38 +09:00
e0bdaa4ddf refactor: remove inquiry page component and enhance navigation in Main and Header components with router integration 2025-05-02 16:35:27 +09:00
ddd41009b7 refactor: move state management and effect hooks for selected tab into respective form components for better encapsulation 2025-05-02 16:02:54 +09:00
baf3700f67 refactor: implement state management for survey sale pages; add effect hooks to set selected tab state and enhance navigation functionality 2025-05-02 15:58:49 +09:00
2a373dd712 refactor: enhance layout structure by adding survey sale layout and navigation tab components; streamline page components for improved readability 2025-05-02 15:41:58 +09:00
nalpari
3e77864d2e refactor: update ZipCodePopup to simplify state management by removing unnecessary parameter in setZipCodePopup function 2025-05-02 13:55:21 +09:00
40952ec38a refactor: remove header and footer imports from basic-info and roof-info pages to streamline layout 2025-05-02 13:38:01 +09:00
3736b8b094 refactor: simplify layout by removing header and footer components from survey sale pages; enhance structure for better readability 2025-05-02 12:45:40 +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 2025-05-02 12:43:34 +09:00
933eeb5f2e refactor: enhance login and survey sale pages with structured layout and footer; update popup controller for zip code management 2025-05-02 10:18:43 +09:00
02f6ad9f46 chore: add swiper dependency and update package lock; remove unused components for suitable and survey sales 2025-04-30 18:34:48 +09:00
6592b1d3b9 chore: remove unused API routes and components for survey sales and suitable details 2025-04-30 16:52:23 +09:00
4afcd7f8eb chore: ready for work 2025-04-30 16:47:44 +09:00
f801bacd12 feat: Add update functionality to Survey Sales API and enhance UI for managing survey sales details 2025-04-29 16:56:41 +09:00
58662400cb chore: Update environment configuration for API URL and enhance next.config.ts with rewrites and CORS headers 2025-04-29 10:23:15 +09:00
866de531fa feat: Implement Survey Sales API and UI components for creating and listing survey sales information 2025-04-28 17:36:51 +09:00
0cdc3984b8 refactor: Rename Suitable model to MS_SUITABLE and update related API endpoints 2025-04-25 15:02:22 +09:00
113d83890e feat: Add getDetails API method and refactor data mapping in suitable API 2025-04-23 15:59:28 +09:00
ed5ef25d78 chore: Add react-to-pdf dependency and update pnpm-lock.yaml with new package resolutions 2025-04-23 13:05:28 +09:00
04f3d6903e refactor: Remove unused import of SuitableCreateBtn from suitable page 2025-04-22 16:52:01 +09:00
42b82fe7cb 📌 feat: Implement Suitable model and API endpoints for managing suitable products, including creation and listing functionalities 2025-04-22 15:20:08 +09:00
abc8a87cae refactor: Remove unused imports from Home component in page.tsx 2025-04-21 16:59:25 +09:00
7114a6e0bc initial commit 2025-04-04 09:01:49 +09:00