Skip to content

Feat: 지출 내역 코치 채팅방에 자동 전송 기능 구현#27

Merged
ouob123 merged 3 commits intomainfrom
dev-feat-chat-expense-push
Oct 30, 2025
Merged

Feat: 지출 내역 코치 채팅방에 자동 전송 기능 구현#27
ouob123 merged 3 commits intomainfrom
dev-feat-chat-expense-push

Conversation

@choubung
Copy link
Copy Markdown
Contributor

@choubung choubung commented Oct 30, 2025

✅ PR Type (하나 이상의 PR 타입 선택)

  • 기능 추가
  • 기능 수정
  • 기능 삭제
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

📌 Issues


🌲 Branch

  • dev-feat-expense-push -> main

📝 Work Description

  • 지출 내역을 입력하면 내역이 채팅방으로 자동전송(사용자 입력으로)되고, 해당 내역에 대한 ai의 응답도 자동전송됩니다.
  • 내역 피드백을 고도화했습니다(태그 분석, 예산과 연결).
  • 원래는 지출 서비스가 코치 서비스의 영향을 받았으나 책임을 분리했습니다. (API 명세 변경 필요X)
  • API 피드백 호출 실패 시에도 지출 내역 입력이 롤백되지 않도록 처리 로직을 추가했습니다.

추가 사항

  • 개인화가 될 수 있도록 프롬프팅의 고도화가 필요합니다.

✨ Result

image image

@choubung choubung requested a review from ouob123 October 30, 2025 07:44
@choubung choubung self-assigned this Oct 30, 2025
AI 피드백 프롬프트에 '태그 기반 심층 분석' 로직 추가
(월간 태그 사용 횟수, 총액을 계산하여 AI 맥락으로 주입)

AI 피드백 생성(Gemini API 호출) 실패 시,
지출 내역 저장이 롤백되지 않도록 try-catch 예외 처리 로직 추가 (안정성 강화)
@ouob123 ouob123 merged commit d95f0ab into main Oct 30, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat]: 지출 내역 자동 전송

2 participants