Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature/#20] 감정 분석 레포트 상세 조회 기능 구현 #21

Merged
merged 1 commit into from
Nov 17, 2024

Conversation

daeun084
Copy link
Member

@daeun084 daeun084 commented Nov 17, 2024

#️⃣ 관련 이슈

💡 작업내용

  • 주간 감정 분석 레포트 상세 조회 기능 구현
  • 해당 기간(2주)동안 나타난 각 감정의 개수 반환
  • 각 날짜에 나타난 감정 정보 반환
    • 날짜 오름차순 정렬
  • 해당 기간동안 가장 많이 나타난 감정 3가지 랭킹 조회
    • AtomicLong rankCounter = new AtomicLong(1); 사용
    • getAndIncrement() 를 통해 1, 2, 3등 순위 부여

📸 스크린샷(선택)

스크린샷 2024-11-17 오후 8 00 45 스크린샷 2024-11-17 오후 7 56 04

📝 기타

(참고사항, 리뷰어에게 전하고 싶은 말 등을 넣어주세요)

@daeun084 daeun084 self-assigned this Nov 17, 2024
@daeun084 daeun084 linked an issue Nov 17, 2024 that may be closed by this pull request
2 tasks
@daeun084 daeun084 merged commit a23f318 into main Nov 17, 2024
@daeun084 daeun084 deleted the feature/#20 branch November 17, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 주간 감정 분석 레포트 상세 조회 기능 구현
1 participant