📝 작업 내용
피드 application + api 구현
- FeedCreateUseCase, FeedDeleteUseCase
- FeedListQuery, FeedDetailQuery
- POST /api/v1/artists/{artistId}/feeds
- GET /api/v1/artists/{artistId}/feeds?cursor=&size=
- GET /api/v1/feeds/{feedId}
- DELETE /api/v1/feeds/{feedId}
- 피드 삭제 시 feed_image·comment·feed_like 단일 TX 처리
- 팬 가입 여부: USER_FOLLOW 조회로 확인
Definition of Done (DoD)
무엇을 만족해야 이 작업을 마쳤다고 할 수 있는가?
📅 마감 기한
Related
연관된 이슈·설계 문서·ADR 링크
📝 작업 내용
피드 application + api 구현
Definition of Done (DoD)
무엇을 만족해야 이 작업을 마쳤다고 할 수 있는가?
📅 마감 기한
Related
연관된 이슈·설계 문서·ADR 링크