Skip to content

merge: (#801) [사감쌤] 투표 기능 추가#802

Merged
ryujaemin08 merged 57 commits intodevelopfrom
feat/801-manager-vote-setting
Feb 24, 2025
Merged

merge: (#801) [사감쌤] 투표 기능 추가#802
ryujaemin08 merged 57 commits intodevelopfrom
feat/801-manager-vote-setting

Conversation

@ryujaemin08
Copy link
Member

@ryujaemin08 ryujaemin08 commented Feb 10, 2025

작업 내용 설명

사감쌤 투표 api 추가
taskScheduler 로 백그라운드 비동기 투표결과 공지 생성

주요 변경 사항

  • CreateVotingTopic
  • GetVotingTopic
  • UpdateVotingTopic
  • DeleteVotingTopic
  • TaskSchduler

결과물

체크리스트

  • 어플리케이션 구동(혹은 테스트)시 오류는 없나요?
  • 생성된 코드에 Javadoc 주석을 추가 하였나요?
  • 생성된 코드에 대한 테스트 코드가 작성 되었나요?

관련 이슈

@ryujaemin08 ryujaemin08 linked an issue Feb 10, 2025 that may be closed by this pull request
@ryujaemin08 ryujaemin08 self-assigned this Feb 10, 2025
@ryujaemin08 ryujaemin08 added the feat 새로운 기능을 추가 할 경우 label Feb 10, 2025
Copy link
Member

@4mjeo 4mjeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exception 들은 votingTopicExceptions에 다 넣어주세요 그리고 예외 네이밍도 수정 해주세요
ex) NotFoundVotingTopicException (X) VotingTopicNotFoundException (O)

@ryujaemin08 ryujaemin08 merged commit c155ada into develop Feb 24, 2025
2 checks passed
@ryujaemin08 ryujaemin08 deleted the feat/801-manager-vote-setting branch February 24, 2025 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat 새로운 기능을 추가 할 경우

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

[사감쌤] 투표 기능 추가

4 participants