feat | sprint2 | 통합 | 작업자 관리 기능 구현 (작업자 생성, 위치 추적, 공간 담당자 지정) | 윤다인#43
Closed
feat | sprint2 | 통합 | 작업자 관리 기능 구현 (작업자 생성, 위치 추적, 공간 담당자 지정) | 윤다인#43
Conversation
…wagger Test 가능) | 윤다인
… 대한 접근 권한 설정 (WorkerZone 매핑) | 윤다인
…반영 안되는 문제 해결 | 윤다인
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 PR 제목
feat | sprint2 | 통합 | 작업자 관리 기능 구현 (작업자 생성, 위치 추적, 공간 담당자 지정) | 윤다인
✨ 변경 사항
1. 작업자 생성 기능
worker_zone테이블 매핑)POST /api/workers엔드포인트 구현2. 작업자 위치 추적 시스템
POST /api/worker-locations/update엔드포인트 구현zone_hist테이블을 통한 작업자 위치 이력 관리 시스템 구현3. 공간 담당자 관리 기능
WorkerManagerService구현으로 담당자 관련 비즈니스 로직 분리✅ 체크리스트
📎 관련 이슈
💬 추가 설명
데이터베이스 변경사항
worker_zone테이블manage_yn) 컬럼으로 공간 담당자 관리zone_hist테이블exist_flag로 현재 위치 표시 (1: 현재 위치, 0: 이전 위치)API 응답 구조