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
58153a49a0
Fix documentation errors and add UUID principle violation docs
...
- Fix false EmailIntegration bug reports in multiple docs
- Add new UUID principle violation documentation
- Remove incorrect assumptions about gmail_tokens table
- Update 250922 doc to reflect Gateway UUID conversion working
- Clean up research papers organization into subdirectories
2025-09-26 00:38:52 +09:00
happybell80
c4debac6db
docs: Update authentication system and troubleshooting docs
2025-09-14 23:57:51 +09:00
happybell80
dc4f624408
docs: Frontend-Backend user_preferences 연동 불일치 문제 문서화
...
- ActivityPanel과 user_preferences 테이블 구조 완전 불일치
- 다중 작업 관리, Mock 데이터, API 라우팅 등 다양한 문제점 발견
- 단기/중기/장기 해결 방안 제시
- 기존 문서에 링크 추가
2025-08-27 01:05:22 +09:00
happybell80
9fda6659a1
docs: 코드 수정 확인 완료 - 모든 서비스 slack_user_id 사용 중
...
Git pull로 확인한 결과:
- auth-server: slack_id 사용 안함
- robeing-monitor: slack_user_id 이미 적용 (items.py:316)
- skill-email: slack_user_id 이미 적용 (db_credentials_provider.py:68)
- rb8001: DB 조회시 slack_user_id 사용
DB 컬럼명 변경에 따른 코드 수정 불필요 확인
2025-08-27 00:29:38 +09:00
happybell80
8c86ccbb68
docs: DB 작업 및 코드 수정 완료 상태 업데이트
...
- gmail_tokens.slack_id → slack_user_id 변경 완료 확인
- user_preferences 테이블 생성 완료 확인
- 뉴스 키워드 하드코딩 제거 코드 배포 완료
- 인덱스 생성 확인 (idx_gmail_tokens_slack_user_id)
모든 DB 작업과 코드 수정이 완료됨
2025-08-27 00:25:18 +09:00
29d10943c4
user_preferences 테이블 스키마 수정
...
- news_keywords: TEXT[] → VARCHAR(128)[]
- email_filter: TEXT[] → VARCHAR(128)[]
- 배열 요소 크기 제한으로 성능 최적화
2025-08-26 23:55:54 +09:00
Claude-51124
3069b2cdf5
docs: Slack ID 변경 시 수정 파일 목록 및 슬랙 명령어 설계 추가
...
- gmail_tokens 컬럼 변경 시 수정해야 할 4개 파일 명시
- 슬랙에서 뉴스 키워드 설정하는 명령어 설계
- 일반 메시지 명령어와 슬래시 명령어 대안 제시
- 코드 제거하고 설명으로 대체
2025-08-26 22:22:27 +09:00
Claude-51124
faa9ce7ba9
docs: 문서 전면 재작성 및 간소화
...
- 제목 변경: ID 체계 표준화 및 사용자 설정 시스템
- 핵심 2가지 문제와 해결책만 정리
- 불필요한 내용 모두 제거
- 65줄로 압축
2025-08-26 22:14:51 +09:00
Claude-51124
aff9ab1c0e
docs: 뉴스 키워드 문서 간소화 및 프론트엔드 연동 방안 수정
...
- 불필요한 코드와 우선순위 섹션 제거
- 사용자별 키워드 설정 방안으로 통합
- 프론트엔드 기존 UI 활용 방안 추가 (250825 문서 참조)
- user_preferences 테이블로 통합 관리
2025-08-26 22:12:03 +09:00
Claude-51124
dba82ab596
docs: 뉴스 스킬 키워드 문제 분석 및 DB 기반 설정 관리 방안 추가
...
- 매일 같은 AI 뉴스 반복 문제 원인 분석
- 하드코딩된 키워드를 동적 시스템으로 개선 방안 제시
- DB 기반 환경변수 관리 방법 문서화
- 사용자별 맞춤 키워드 시스템 설계
2025-08-26 22:07:58 +09:00
152b395bd1
Slack ID 컬럼명 표준화 작업 문서 추가
...
- 250826_slack_id_column_standardization.md: 새 문서 생성
- gmail_tokens.slack_id → slack_user_id 변경 계획
- 테이블별 현황 및 영향도 분석
- 3단계 마이그레이션 전략
- 250826_id_체계_정리_및_conversation_logs_문제_해결.md: 참조 링크 추가
2025-08-26 21:24:30 +09:00