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

merge: (#808) 투표 항목 추가 api 생성 #820

Open
wants to merge 25 commits into
base: develop
Choose a base branch
from

Conversation

kkm06100
Copy link
Member

@kkm06100 kkm06100 commented Mar 4, 2025

작업 내용 설명

  • 투표 항목 api 추가
  • 투표 관련 service, persistenceAdapter 추가

주요 변경 사항

  • 투표 항목 관련 api 추가

결과물

체크리스트

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

관련 이슈

@kkm06100 kkm06100 self-assigned this Mar 4, 2025
@kkm06100 kkm06100 added the feat 새로운 기능을 추가 할 경우 label Mar 4, 2025
@ilyoil2
Copy link
Member

ilyoil2 commented Mar 5, 2025

fun checkVotingTopicExist(id: UUID): Boolean

<- 이러한 코드들에 ById를 붙여주세요

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.

투표 항목 생성 API
5 participants