5 Commits

Author SHA1 Message Date
happybell80
8c02b80359 Fix incorrect table names in documentation
- gmail_tokens → gmail_token (33 files)
- companies → company (17 files)
- conversation_logs → conversation_log (27 files)
- workspace_members → workspace_member (28 files)

All table names now match the actual PostgreSQL schema
2025-09-26 00:49:47 +09:00
happybell80
a23c02a659 docs: 문제 해결 상태 업데이트 - Frontend 이슈 완전 해결
- Frontend robeing_id undefined 문제 해결 완료
- Stats API 정상 작동 확인
- PostgreSQL UUID 타입 에러는 별도 문서로 관리
- 테스트 결과 및 해결 현황 정리
2025-08-26 19:54:31 +09:00
happybell80
9ad7246709 docs: robeing_id undefined 문제 해결 상태 업데이트 - Frontend 코드 수정 완료, 캐시 클리어 필요 2025-08-26 15:04:44 +09:00
87eddf3ec5 docs: robeing_id undefined 문제 원인 분석 추가
- 채팅 엔드포인트: 해결 완료 (rb8001에 /api/message 추가됨)
- robeing_id undefined: Frontend 초기화 타이밍 문제 발견
- Gateway 캐시가 undefined 저장하는 문제 확인
- Frontend game-layout.tsx 수정 필요 사항 명시

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-26 14:38:55 +09:00
cb2b0d814d docs: Frontend-rb8001 채팅 엔드포인트 미연결 문제 추가
- 문제: Frontend /api/chat 요청이 rb8001에 도달 안 함
- 원인: rb8001에 /api/chat 엔드포인트 없음, Gateway 라우팅 누락
- 해결방안: 엔드포인트 추가 또는 Gateway 프록시 설정

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-26 13:51:02 +09:00