[#40] feat: 배차 등록시 거리순 알림 전송 기능 구현 #42
Merged
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.
관련 이슈
#40
📌 작업 개요
1. WebSocket 기반 실시간 알림 시스템
ws://localhost:8080/mobility/ws/queue/{transporterId}/dispatch(배차 알림)/app/dispatch/accept,/app/dispatch/reject(수락/거절)2. 자동 배차 로직
isAutoDispatch = true인 기사 중 거리순 최대 10명3. 동시성 제어
4. 비동기 처리
✨ 기타 참고 사항
✅ 체크리스트
application.yml파일을 수정했다면, Notion에 업로드, github security 수정 및 공유했어요.