Commit Graph

12 Commits

Author SHA1 Message Date
kjs
ca7b145c7f feat: Enhance logging and configuration for Smart Factory integration
- Added companyCode to the AuthController for improved logging.
- Updated sendSmartFactoryLog function to support company-specific API keys.
- Configured environment variables for company-specific Smart Factory API keys in Docker Compose files.

This update ensures that logs are more informative and that the correct API keys are used based on the company context.
2026-04-03 11:23:02 +09:00
kjs
ccb0c8df4c Add environment variable example and update .gitignore
- Created a new .env.example file to provide a template for environment variables, including database connection details, JWT settings, encryption keys, and external API keys.
- Updated .gitignore to include additional test output directories and archive files, ensuring that unnecessary files are not tracked by Git.
- Removed outdated approval test reports and scripts that are no longer needed, streamlining the project structure.

These changes improve the clarity of environment configuration and maintain a cleaner repository.
2026-04-01 12:12:15 +09:00
kjs
4f6d9a689d feat: Implement process work standard routes and controller
- Added a new controller for managing process work standards, including CRUD operations for work items and routing processes.
- Introduced routes for fetching items with routing, retrieving routings with processes, and managing work items.
- Integrated the new process work standard routes into the main application file for API accessibility.
- Created a migration script for exporting data related to the new process work standard feature.
- Updated frontend components to support the new process work standard functionality, enhancing the overall user experience.
2026-02-24 12:37:33 +09:00
dohyeons
8e3452a04f 배포 DB 연결 정보 변경 2025-12-05 14:00:49 +09:00
dohyeons
101db2dfa2 실서버에 환경변수 추가 2025-10-30 15:18:01 +09:00
dohyeons
9a3cc2cc93 배포용 도커 컴포즈 파일 수정 2025-10-29 16:01:41 +09:00
kjs
d22369a050 버튼 자동정렬기능 구현 2025-10-24 10:37:02 +09:00
dohyeons
02f67c2372 진짜 마지막 수정임 2025-10-16 10:47:24 +09:00
dohyeons
2dea3cfaa0 실서버 도커 파일 수정 2025-10-13 15:48:17 +09:00
dohyeons
c076cd0b14 또 수정 2025-10-02 17:28:52 +09:00
dohyeons
fb9199a38a 컴포즈파일 설정 추가 2025-10-02 16:58:33 +09:00
dohyeons
9097ab8b68 실배포용 도커 설정 2025-10-02 16:42:45 +09:00