-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
📝 이슈 내용
봉사 모집글 생성시 입력 데이터 변경에 따른 수정
(기존) 봉사 시작 일시와 봉사 시간 입력
(변경) 봉사 시작 일시와 종료 일시 입력
# 변경
{
"title": "서울 청계천 환경 미화 봉사 모집",
"content": "서울 청계천 주변 환경 미화 봉사 모집합니다. <br>",
"region": "서울",
"recruitment_count": 4,
"volunteer_start_date_time": "2024-11-20T10:00:00",
"volunteer_end_date_time": "2024-11-20T12:00:00",
"volunteer_type": "ENVIRONMENTAL_PROTECTION",
"admitted": true,
"location": {
"address": "서울특별시 서초구 반포대로 45, 4층",
"latitude": 37.482959,
"longitude": 127.01835
}
}✅ 체크 리스트
- 테스트 코드
- 엔티티 변경
- Dto 변경
- 서비스 코드 변경
🛰️ 관련 요구사항
- RQ-011: 기관은 봉사 활동 모집글을 작성할 수 있다.