9 Commits

Author SHA1 Message Date
happybell80
97e0888ce0 Fix more incorrect table names in documentation
- users → user in SQL contexts (94 occurrences)
- robeings → robeing in SQL contexts
- user_preferences → user_preference (14 files)
- slack_workspaces → slack_workspace in SQL contexts (17 files)

All table names now correctly match PostgreSQL schema
2025-09-26 00:52:15 +09:00
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
b2f8ae637f Update robeing terminology and main_db references 2025-08-21 00:00:13 +09:00
happybell80
bb8900300a docs: auth_db를 main_db로 일괄 변경
- 모든 문서에서 auth_db 참조를 main_db로 업데이트
- 데이터베이스 이름 변경 반영
- 트러블슈팅 및 아키텍처 문서 수정

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-20 23:21:20 +09:00
725ad0876c fix: 문서 파일 실행 권한 제거
- 모든 .md, .html 파일 권한을 644로 정상화
- .gitignore 파일 권한도 644로 수정
- 문서 파일에 실행 권한은 불필요하고 보안상 바람직하지 않음
- deprecated 아이디어 폴더 생성 및 레벨별 UI 변경 아이디어 이동
2025-08-18 00:37:51 +09:00
0914eagle
1cd520b101 rb8001 종합 트러블슈팅 2025-08-13 14:04:25 +09:00
happybell80
f9a4ada439 Complete robing-gateway 트러블슈팅 - 전체 시스템 통합 성공
- 테스트 데이터 SQL 작성 과정 및 오류 해결
- UUID 형식 및 role ENUM 값 문제 해결
- 3명 테스트 사용자 데이터 생성
- 전체 시스템 통합 테스트 성공
- 개인화된 응답 시스템 검증 완료
2025-08-09 14:14:13 +09:00
happybell80
90d0877c29 Update robing-gateway 트러블슈팅 - Frontend 통합 완료
- nginx 프록시 설정 추가 (/gateway/)
- Frontend API 서비스 수정 (Gateway 연동)
- 통합 테스트 결과 및 운영 지표 추가
- 프로덕션 배포 완료 상태 문서화
2025-08-09 13:45:21 +09:00
happybell80
49803344ff Add robing-gateway implementation troubleshooting document
- API Gateway 구현 과정 및 문제 해결
- Docker DB 연결, API 엔드포인트, 요청 형식 수정
- Phase 2 다음 단계 안내 포함
2025-08-09 11:58:06 +09:00