From 34e0bbc4af080d85dd2dea1685c74f361d199755 Mon Sep 17 00:00:00 2001 From: happybell80 Date: Sat, 30 Aug 2025 12:05:30 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=B2=B4=EB=A0=A5=20=ED=9A=8C=EB=B3=B5?= =?UTF-8?q?=20=EC=8B=9C=EC=8A=A4=ED=85=9C=20=EB=AC=B8=EC=84=9C=EB=A5=BC=20?= =?UTF-8?q?troubleshooting=EC=9C=BC=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../250830_health_warning_recovery_system.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) rename {ideas => troubleshooting}/250830_health_warning_recovery_system.md (79%) diff --git a/ideas/250830_health_warning_recovery_system.md b/troubleshooting/250830_health_warning_recovery_system.md similarity index 79% rename from ideas/250830_health_warning_recovery_system.md rename to troubleshooting/250830_health_warning_recovery_system.md index 3129a6c..b22c6a9 100644 --- a/ideas/250830_health_warning_recovery_system.md +++ b/troubleshooting/250830_health_warning_recovery_system.md @@ -62,7 +62,20 @@ 4. 레벨별 아이템 활성화 로직 구현 5. 체력 회복 애니메이션 효과 추가 -## 4. 향후 확장 가능성 +## 4. 구현 상태 +- **2025-08-30**: UI 목업 구현 및 테스트 완료 +- 프론트엔드 UI 동작 확인 +- 레벨별 아이템 활성화 로직 정상 작동 +- 체력 경고 메시지 랜덤 표시 확인 + +## 5. 백엔드 연결 방안 (요약) +- **API 경로**: Frontend → Gateway(8100) → rb8001 → robeing_stats 테이블 +- **체력 회복 API**: POST /api/stats/{robeing_id}/health +- **아이템 시스템**: items 테이블 + user_items 테이블 추가 필요 +- **실시간 반영**: WebSocket/SSE로 폴링 방식 개선 +- **레벨 연동**: robeing_stats.level 컬럼 활용 + +## 6. 향후 확장 가능성 - 아이템 사용 쿨타임 시스템 - 아이템 개수 제한 및 획득 시스템 - 특별 이벤트 아이템 추가