diff --git a/troubleshooting/250901_slack_bot_installation_flow_missing.md b/troubleshooting/250901_slack_bot_installation_flow_missing.md new file mode 100644 index 0000000..3f01d21 --- /dev/null +++ b/troubleshooting/250901_slack_bot_installation_flow_missing.md @@ -0,0 +1,16 @@ +# Slack 봇 설치 플로우 미구현 문제 + +## 작성일: 2025-09-01 +## 상태: 🔴 미구현 +## 영향: 워크스페이스에 봇 설치 불가 + +## 문제 +- `/auth/slack/install` 엔드포인트 코드는 있으나 라우터 미등록 +- 봇 설치와 사용자 로그인 플로우 혼재 +- bot_token 없어 Slack API 호출 불가 + +## 필요 작업 +1. install 엔드포인트 라우터 등록 +2. SLACK_BOT_SCOPES 환경변수 설정 +3. 설치 후 bot_token 저장 로직 완성 +4. 프론트엔드 "Add to Slack" 버튼 추가 \ No newline at end of file