From 7e4065d4a1078ad783a73dbf743d3c0ec58562fd Mon Sep 17 00:00:00 2001 From: happybell80 Date: Mon, 1 Sep 2025 18:45:38 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20Slack=20=EB=B4=87=20=EC=84=A4=EC=B9=98?= =?UTF-8?q?=20=ED=94=8C=EB=A1=9C=EC=9A=B0=20=EB=AF=B8=EA=B5=AC=ED=98=84=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EB=AC=B8=EC=84=9C=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - install 엔드포인트 라우터 미등록 - bot_token 저장 로직 미완성 - 프론트엔드 Add to Slack 버튼 필요 --- ...250901_slack_bot_installation_flow_missing.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 troubleshooting/250901_slack_bot_installation_flow_missing.md 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