38 Commits

Author SHA1 Message Date
fcd5f9e142 chore: 개발서버 qsp api 호출 url 수정 2025-07-03 10:18:59 +09:00
9c2b9ee772 chore: 개발서버 qsp api 호출 url 수정 2025-07-03 10:08:10 +09:00
a49e42687b feat: 로그인 요청 referer 수정 2025-07-02 17:45:07 +09:00
597f67303e feat: 로그인 요청 시 referer 추가 2025-07-02 11:35:53 +09:00
f87b4dc346 chore: env 주석 추가 2025-06-27 15:56:16 +09:00
e45b147b8c fix: 문의 API URL 수정 및 ApiError 객체 파라미터 수정
- 문의 API 에러 반환 객체 타입 오류 발생으로 방어 처리 추가
2025-06-27 14:48:23 +09:00
8eaf28b74a Merge pull request 'fix: 메일 설정정보 수정 및 발송자 연결' (#78) from feature/mail into dev
Reviewed-on: #78
2025-06-26 18:03:52 +09:00
1e5e530bff chore: 도메인 설정 전 테스트용 임시 환경변수 설정 2025-06-26 17:55:08 +09:00
ebb5df48a0 chore: mail 미사용 환경변수 제거 2025-06-26 17:45:58 +09:00
7b8a537a34 chore: 개발서버 테스트용 qsp api url 수정 2025-06-26 14:04:29 +09:00
nalpari
1248ec0c95 fix: 비밀번호 유효성 검사 메시지를 일본어로 변경
- 비밀번호 유효성 검사 시 사용자에게 제공되는 경고 메시지를 일본어로 수정
- 개발 환경에서 QSP API URL을 로컬 주소로 변경
2025-06-20 15:54:14 +09:00
nalpari
1af57d0965 chore: update API URLs for development and production environments
- Changed NEXT_PUBLIC_API_URL in .env.development and .env.production to point to the new development and production server URLs, respectively.
- Updated baseUrl in config.development.ts and config.production.ts to reflect the new server addresses for consistent environment configuration.
2025-06-12 18:09:08 +09:00
7c724f2430 chore: update development environment API URLs
- Changed NEXT_PUBLIC_API_URL in .env.development and baseUrl in config.development.ts to point to the new local server IP address for development purposes.
2025-06-12 15:20:25 +09:00
15114d8da0 chore: update environment configuration for development, localhost, and production
- Added DATABASE_URL, DATABASE_CONNECTION_LIMIT, DATABASE_POOL_MIN, DATABASE_POOL_MAX, and SESSION_PASSWORD to .env, .env.development, .env.localhost, and .env.production files.
- Ensured consistent database connection settings across different environments for improved application performance.
2025-06-12 14:56:57 +09:00
f5022ab423 feat: get submit target store, representative user emails 2025-06-05 18:06:04 +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
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
f0b23c35af feat: change the order of fields at inquiry regist, detail page 2025-05-29 11:35:19 +09:00
02ce7217a7 Merge branch 'dev' of https://git.hanasys.jp/qcast3/onsitesurvey into feature/inquiry 2025-05-28 18:09:12 +09:00
0465f2306b chore: change set env 2025-05-28 17:07:05 +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
82cdb2a755 chore: revert QSP API URL to previous configuration in Login component 2025-05-28 14:43:10 +09:00
479643216c chore: update QSP API URL in development and localhost environment files 2025-05-28 14:35:08 +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
69b1dd6955 chore: set inquiry api url 2025-05-27 10:32:40 +09:00
35b1002908 feat: add submit popup page
- 제출 팝업 페이지 추가
- 조사매물 작성 시 숫자 입력 항목 모바일에서 숫자 키패드만 나오도록 설정
- 제출 필수값 validation 구현
2025-05-27 09:08:45 +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
6033054c6e chore: Update environment variables for database connection and refactor authentication API routes to improve session handling and login logic 2025-05-20 17:08:25 +09:00
nalpari
fcd80cbe3b ... 2025-05-20 14:16:19 +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
e5affe0df5 chore: update environment variables and dependencies; add database configuration for QPARTNER login 2025-05-13 13:28:46 +09:00
b4e009cb8e chore: add inquiry API URL to development and production environment files 2025-05-12 18:24:11 +09:00
5048fe1c08 chore: axios 설정 충돌 해결 2025-05-07 15:17:01 +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
1d823ea097 📌 refactor: Remove user creation button from login page 2025-04-11 09:38:04 +09:00