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
happybell80
2c8e99fbda
docs: 사용자별 로빙 동적 할당 구현 트러블슈팅 문서 추가
...
- 문제 상황: 하드코딩된 레벨 표시
- 해결 방안: 사용자별 로빙 매핑 구조 활용
- 구현 내용: getUserRobing(), getRobingStats() 함수 추가
- 교훈: 시스템 구조 이해, 하드코딩 제거, API 일관성
2025-08-20 16:57:12 +09:00