0a88c80bd9
refactor: Update Header component to utilize useAxios for API integration
...
- Replaced direct axiosInstance import with useAxios hook for improved API management.
- Cleaned up imports and enhanced code structure for better readability.
2025-05-22 15:04:59 +09:00
e846b55faa
chore: Update environment configuration and enhance API integration
...
- Added NEXT_PUBLIC_RUN_MODE to .env files for environment differentiation.
- Introduced .env.localhost for local development settings.
- Updated .env.production with the correct API URL.
- Modified package.json scripts to utilize env-cmd for environment-specific commands.
- Created a common configuration module to manage environment-specific settings.
- Refactored useAxios to utilize the new configuration for base URL management.
- Enhanced Footer component to display current configuration values.
2025-05-22 15:00:41 +09:00
0e7de68f29
feat: Add Spinner component and update styles
...
- Introduced a new Spinner component for loading indicators.
- Removed unused btn_arr_up.svg asset and related styles.
- Updated radio button styles for improved UI consistency.
- Added new PDF view styles for enhanced document presentation.
- Included spinner styles for better loading visuals.
2025-05-22 13:24:39 +09:00
333943c651
feat: add SUBMISSION_TARGET_ID, SRL_NO Column
...
- 제출 대상 판매점 ID, 일련번호 컬럼 추가
- 임시 저장 시 일련번호에 '임시저장000' 으로 저장
- 조사매물 목록 조회 필터링 조건 수정
- url 에러 핸들링
2025-05-21 17:53:58 +09:00
e66b009dd3
fix: Update session data display in Header component to use store name instead of category; add additional role mapping in README
2025-05-21 11:16:47 +09:00
73b042b0ac
refactor: Enhance authentication API to streamline session data handling and role assignment; update login response structure and conditionally render UI elements based on user role
2025-05-20 18:55:24 +09:00
nalpari
c1641e167d
...2
2025-05-20 14:19:00 +09:00
2d1184e1c0
chore: Update environment variables for database connection and add MySQL2 dependency; implement partner API route and database query functionality
2025-05-20 13:59:58 +09:00
09f280644f
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-19 08:49:11 +09:00
4e8fd462cf
feat: add MS_USR_TRK model to Prisma schema, update axios instance with request interceptor, and enhance Footer component with PDF link
2025-05-16 16:56:38 +09:00
6b62dfc1f2
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-16 11:03:18 +09:00
Daseul Kim
bc3193714a
feat: scrollTop 기능 추가
2025-05-15 18:28:31 +09:00
ed47d6abf5
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-15 17:02:56 +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
8034424d15
fix: enhance Header component to manage user session storage and clear session data on logout
2025-05-14 16:01:16 +09:00
a227ba7115
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-14 10:00:50 +09:00
15e02f60ec
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-13 16:46:08 +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
cacf351a7c
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-13 14:17:24 +09:00
778d3b6be8
refactor: enhance DoubleBtnAlert and Header components with improved button handling and confirm dialog integration
2025-05-12 18:24:18 +09:00
901b7b1ae8
Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/survey
2025-05-12 11:13:54 +09:00
da0d77724d
fix: correct layout interface and enhance user session management
2025-05-12 10:21:01 +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
e6d346c5da
refactor: remove unused title variable in Header component to streamline code
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
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
5e8d2fa8cc
feat: enhance DoubleBtnAlert component with dynamic alert messages and button actions
2025-05-09 15:19:03 +09:00
5628d330d5
fix: update button action in Main component to navigate to suitable page for roof material compatibility checks
2025-05-08 17:56:35 +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
7046b215c4
refactor: integrate side navigation state management into Header component for improved navigation control
2025-05-02 16:55:47 +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
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
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