Skip to content

Feat: 지출 상담 채팅 구현#37

Merged
ouob123 merged 1 commit intomainfrom
dev-feat-expensechat
Oct 30, 2025
Merged

Feat: 지출 상담 채팅 구현#37
ouob123 merged 1 commit intomainfrom
dev-feat-expensechat

Conversation

@ouob123
Copy link
Copy Markdown
Contributor

@ouob123 ouob123 commented Oct 30, 2025

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

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

📌 Issues


🌲 Branch

  • dev-feat-expensechat -> main

📝 Work Description

  • 신규 엔드포인트: POST /expense-consult/{userId} 추가
  • 지출 패턴 자동 분석:
    • 최근 1개월 지출 데이터를 카테고리별로 집계
    • 예산 대비 사용률 자동 계산
    • 가장 많이 지출한 카테고리 우선 분석
  • 개인화된 AI 조언:
    • 사용자 정보(나이, 직업) 반영
    • 친근한 톤으로 구체적인 절약 방법 제안
    • 현재 진행 중인 목표와 연계한 피드백

✨ Result

{
  "status": 200,
  "success": true,
  "message": "string",
  "data": {
    "message": "string",
    "messageType": "GOAL_SETTING"
  }
}

@ouob123 ouob123 linked an issue Oct 30, 2025 that may be closed by this pull request
@ouob123 ouob123 self-assigned this Oct 30, 2025
@ouob123 ouob123 requested a review from choubung October 30, 2025 18:26
@ouob123 ouob123 merged commit a5ec0a4 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]: 지출 상담 채팅

1 participant