Skip to content

Feat/be: F03-02 피드 유스케이스·API 구현 (community-application, community-api) #65

@jhwan1205-sys

Description

@jhwan1205-sys

📝 작업 내용

피드 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)

무엇을 만족해야 이 작업을 마쳤다고 할 수 있는가?

  • 핵심 비즈니스 로직에 대한 테스트 코드를 작성했는가?
  • 동시성 테스트를 통과했는가? (재고·주문·결제 경로 해당 시)
  • SSOT 문서(api-spec, invariants, erd-design 등)를 동시 갱신했는가?
  • RestDocs API 문서를 업데이트했는가? (API 추가·수정 시)
  • 로컬 환경에서 엔드투엔드 시나리오를 직접 확인했는가?
  • 소스코드 내 민감 정보(API Key, 패스워드 등)가 없는가?

📅 마감 기한

  • 2026-05-29

Related

연관된 이슈·설계 문서·ADR 링크

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions