Feature/kakao done#35
Merged
eastlight82 merged 30 commits intomainfrom Feb 8, 2026
Merged
Conversation
Feature/kakao skills 카카오 스킬 서버 - 챗봇 연결
feat: TimePoll 스케줄러 구현 (집계/독촉/최후통첩/자동확정) (#31)
Feature/kakao api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
투표가 완료되었을 때(모두 투표 참여 or 최후통첩에서 "저도 그날 좋아요!" 클릭) 결과를
보여주는 스킬 API를 구현합니다.
스케줄러(KakaoWendyScheduler)에서 done_all_voted 이벤트를 전송하는 로직은 이미
존재하지만, 해당 이벤트를 받아 동적 응답을 생성하는 스킬 엔드포인트가 없습니다.
수정 파일
경로: src/main/java/com/workingdead/chatbot/kakao/service/KakaoWendyService.java
투표가 완료됐어요! :D
📌1순위 11/25(화) 점심
투표자: 최윤서(2), 이상후(1), 정하연
📌2순위 ...
투표자: ...
📌3순위 ...
투표자: ...
이제 몇 시에 만날지 정해볼까요?🙂
경로: src/main/java/com/workingdead/chatbot/kakao/controller/KakaoSkillController.java