1367 Commits

Author SHA1 Message Date
happybell80
a306fb74f4 docs: 불필요한 코드 예시 제거
- 코드 블록 제거, 설명만 유지
2025-09-18 01:00:28 +09:00
happybell80
fbf998790b docs: NAVER WORKS 로그인 시 토큰 DB 저장 기능 문서화
- 일반 로그인에서도 토큰 자동 저장 기능 추가
- 작동 확인 상태 업데이트 (2025-09-18 00:56)
- is_equipped false/true 차이 설명 추가
2025-09-18 00:59:47 +09:00
bb6b0d1934 Add naverworks_token table structure to tables.md
- 18개 컬럼 정의 (id, user_id, tokens, metadata 등)
- 인덱스 3개 (PK, user_id, expires_at)
- Foreign key: user_id → user(id) CASCADE 삭제
- 트리거: updated_at 자동 갱신
- 사용자당 하나의 토큰만 허용 (UNIQUE constraint)

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 00:51:20 +09:00
Claude-51124
6f7cc5a3c2 docs: Update Fluent Bit OpenSearch Data Prepper integration status
- Data Prepper 실제 경로 업데이트 (/home/admin/ivada_project/fluent-bit/data-prepper/)
- data-prepper-config.yaml 파일 추가 설명
- 검증 결과 업데이트 (4,000+ 문서, 안정적 운영)
- 구현 현황 섹션 추가 (Git 구조, 운영 상태, 향후 개선사항)
- restart 옵션 추가 (unless-stopped)

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 00:46:05 +09:00
happybell80
6fd35b14b6 docs: NAVER WORKS Passport 구현 완료 상태 반영
- troubleshooting/250917 문서 업데이트
  - Phase 1 로그인: 완료
  - Phase 2 Passport: 완료
  - Frontend 구현: 완료
  - naverworks_token 테이블 정보 업데이트
- ideas/250916 구버전 문서 삭제
2025-09-18 00:44:58 +09:00
happybell80
69349e66c9 docs: naverworks_token 테이블명 수정사항 문서화
- 테이블명: naverworks_tokens → naverworks_token
- 수정 이력 추가
2025-09-18 00:40:14 +09:00
happybell80
4e1a133596 docs: Fluent Bit와 OpenSearch 3.x 연동 문제 해결 문서화
- 문제: _type 파라미터로 인한 호환성 문제
- 해결: Data Prepper 브릿지 구축
- 테스트 결과 및 설정 방법 상세 기록
- 대안 솔루션 포함
2025-09-18 00:08:17 +09:00
c055328066 Merge branch 'main' of https://git.ro-being.com/ivada_Ro-being/DOCS 2025-09-17 23:50:00 +09:00
e673c3133e 네이버 웍스 passport 작업 2025-09-17 23:49:54 +09:00
happybell80
737ff5e4ba docs: Update NAVER WORKS OAuth implementation status
- Mark OAuth login as successfully implemented
- Remove sensitive information (TENANT_ID value)
- Update current status to completed

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 23:12:34 +09:00
happybell80
fc436e2ce7 docs: Update NAVER WORKS OAuth integration guide
- Move guide to troubleshooting with today's date
- Update implementation status and verification
- Add email-based user integration details
- Fix file paths and configuration details

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 22:51:27 +09:00
happybell80
b2c1adfcc0 Update NAVER WORKS implementation status
- Backend Phase 1 complete (login endpoints working)
- Frontend not implemented yet
- Mark all frontend tasks as pending with 
2025-09-17 21:53:12 +09:00
happybell80
42188eecf0 Update DB schema for two-phase implementation plan
Phase 1: Login only with existing user table
Phase 2: Passport with workspace and token tables for API access
2025-09-17 21:29:15 +09:00
happybell80
911272a42e Clarify DB requirements for phased implementation
- Phase 1 (login only): Use existing user table, no new tables needed
- Phase 2 (API usage): Add workspace and token tables
2025-09-17 21:28:37 +09:00
happybell80
126f6a8770 Update NAVER WORKS OAuth documentation with confirmed settings
- Mark .env configuration as complete
- Update confirmed OIDC userinfo fields (sub, email)
- Document error response format
- Confirm response_mode as query (default)
2025-09-17 21:27:58 +09:00
happybell80
4e82d17342 Clarify DB schema requirements for NAVER WORKS OAuth
- Add naverworks_workspace table requirement
- Clarify token storage necessity (only for API usage)
- Note difference between login-only vs API usage scenarios
2025-09-17 21:18:35 +09:00
happybell80
5d91cb58f8 Create NAVER WORKS integration scenarios document
- Slack to NAVER WORKS mail summary scenario
- Cold email auto-posting to Slack Canvas
- Morning mail briefing automation
- Calendar to Slack reminder sync
- Mail auto-classification and tagging
- Implementation phases and technical considerations
2025-09-17 20:54:29 +09:00
happybell80
52597df813 Add frontend implementation plan for NAVER WORKS OAuth
- Login button with icon location
- Auth context modifications
- Skills panel passport integration
- Callback handling process
- UI/UX guidelines
2025-09-17 20:46:39 +09:00
happybell80
39e1cddbb4 Clarify passport/install endpoint purpose - Installation/authorization, not login 2025-09-17 20:41:43 +09:00
happybell80
eb0bf18307 Add NAVER WORKS console configuration details
- Add both callback URLs (normal and passport)
- Add OIDC Logout Redirection setting
- Match actual console configuration requirements
2025-09-17 20:40:49 +09:00
happybell80
e61491800a Fix documentation inaccuracies for NAVER WORKS OAuth
- Change nginx-deploy to nginx-infra (actual directory name)
- Clarify DB table name: user (SQLAlchemy) not users
- Update Private Key storage: Base64 in .env, not file path
- Clarify callback: GET only (standard OAuth), not POST
- Add RS256 algorithm confirmation for JWT signing
2025-09-17 20:38:11 +09:00
happybell80
7e45e00e9b Update NAVER WORKS documentation with OAuth patterns matching Gmail/Slack
- Add OAuth endpoint patterns for all providers (Gmail, Slack, NAVER WORKS)
- Unify Redirect URL domain to auth.ro-being.com across all providers
- Update Private Key storage location (Base64 in .env)
2025-09-17 20:35:59 +09:00
happybell80
0680384ee1 Update NAVER WORKS API guide with implementation details and security notes 2025-09-17 20:29:39 +09:00
happybell80
47265ebe76 Consolidate NAVER WORKS OAuth documentation - Remove redundant troubleshooting file, merge content into API guide 2025-09-17 20:28:48 +09:00
happybell80
0d4f55e2af Update NAVER WORKS OAuth security notes - Private Key handling documented 2025-09-17 20:24:22 +09:00
happybell80
d3f44cee2b Update NAVER WORKS OAuth implementation documentation
- Add NAVER WORKS OAuth to authentication system architecture
- Update API integration guide with confirmed endpoints and decisions
- Create troubleshooting guide for implementation
2025-09-17 20:22:27 +09:00
happybell80
9ea40568a0 Add new idea documents: FastAPI concepts, automation agents, Slack emoji reactions 2025-09-17 20:00:09 +09:00
happybell80
cdc61f01c4 docs: skill-rag-file 파일 처리 실패 문제 기록
- 파일명 길이 초과 문제 (한글 URL 인코딩)
- 파일 형식 미지원 (JPG, HWP)
- 중복 파일 처리 오류
2025-09-17 02:06:16 +09:00
happybell80
c444485896 docs: 파일 내용으로 인한 의도 오분류 문제 추가
- 파일 업로드시 이메일 서비스 오류 문제 기록
- 원인 분석 및 해결 시도 내역 추가
- 구조적 문제와 근본 해결 방안 제시
2025-09-17 01:58:41 +09:00
happybell80
b686f412aa docs: 불필요한 남은 과제 섹션 제거 2025-09-17 01:06:56 +09:00
happybell80
fbdb62d33e docs: rb8001 파일 처리 즉시 응답 방식 개선 내용 추가 2025-09-17 00:43:21 +09:00
happybell80
44896f1b1e docs: skill-rag-file 연동 문서 업데이트
- 중복 코드 제거
- 미해결 문제 추가 (파일 활용, 볼륨 마운트)
- ChromaDB 검색 구조 설명 추가
2025-09-16 23:54:13 +09:00
e475480277 Remove completed items from unresolved matrix - 완료된 항목 전체 제거 2025-09-16 23:32:54 +09:00
happybell80
088d8ed24d docs: ChromaDB 메타데이터 손상 문제 해결 완료
- 해결 과정: ChromaDB 초기화 (24 서버)
- 원인: ChromaDB 1.0.x 스키마 자동 마이그레이션 실패
- 결과: 정상 작동 중 (2025-09-16 23:23 해결)
2025-09-16 23:29:55 +09:00
9a6ce27e27 Update 000000_unresolved_items_matrix.md - 해결된 항목 제거 및 새 항목 추가
- Quick Wins: Slack OAuth username 업데이트 해결됨
- Major Projects: 네이버웍스 캘린더, Slack 캔버스, 감정분석, HWP→PDF 변환, news 리팩토링 추가
- Fill-ins: ChromaDB, ENV 정리, 임베딩 오류처리, 헬스체크, Company-X 필터링 추가
- Consider Later: 전역 ENV 감사, Slack Canvas 고급 시나리오 추가
- Recently Completed 섹션 추가 (기존 Security & Maintenance 대체)
2025-09-16 23:19:18 +09:00
happybell80
f48536bc80 docs: Slack UUID 매핑 실패 문제 해결 문서 업데이트
- 근본 원인 파악: Google 가입 사용자의 oauth_id NULL
- 해결 방법: Slack 로그인 시 oauth_id 업데이트
- 상태: 해결됨
2025-09-16 23:12:25 +09:00
happybell80
7d3e72b9a4 docs: Slack 사용자 UUID 매핑 실패 문제 문서화
- PostgreSQL user_id NULL 제약 위반 에러
- slack_user_to_uuid() 반환값 None 문제
- JWT username 필드 None 관련
2025-09-16 22:48:14 +09:00
happybell80
156b9ee712 docs: CompanyX 뉴스 문제 해결 완료
- 검증 결과 및 테스트 내용 추가
- 중복 제거 로직 설명 추가
- 상태: 해결 완료
2025-09-16 22:19:37 +09:00
happybell80
579626edb8 docs: CompanyX 뉴스 문제 해결 내역 업데이트
- 근본 원인 명확화
- 해결 내역 및 수정 파일 기록
- 의사코드 제거, 사실만 기록
2025-09-16 21:24:03 +09:00
happybell80
8f62e9c4d4 docs: 250916 트러블슈팅 및 아이디어 문서 정리
- ChromaDB 메타데이터 손상 문제 문서화
- CompanyX 뉴스 검증 로직 현황 수정
- 4개 아이디어 문서에 프로젝트 구현 상태 추가
  - HWP-PDF 변환: skill-rag-file 미지원
  - 네이버웍스 캘린더: OAuth2/서비스 미구현
  - 감정 분석: ONNX 미통합, API 미구현
  - 슬랙 캔버스: API 전체 미사용
2025-09-16 19:28:52 +09:00
Claude-51124
7fabe113b7 docs: CompanyX 뉴스 잘못된 기사 송출 문제 트러블슈팅 2025-09-16 12:34:17 +09:00
happybell80
f5c73704ef docs: rb8001 비동기 병렬 파일 처리 구현 문서화
- Semaphore를 이용한 동시 처리 제한 (3개)
- asyncio.gather로 병렬 처리 구현
- 파일 크기에 관계없이 독립적 처리

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 01:48:41 +09:00
happybell80
5af6a374bb docs: 사실만 기록 - 추측 제거
- 실제 테스트 결과만 기록
- 구체적인 파일명, ID, 경로 포함
- 추측성 문구 제거

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 01:16:22 +09:00
happybell80
1ab830f245 docs: PostgreSQL 권한 문제 해결 내용 추가 2025-09-16 01:05:12 +09:00
happybell80
767ed87deb docs: Update rb8001-skill-rag-file integration status
- rb8001 파일 처리 로직 구현 완료
- skill-rag-file DB 모델 동기화 완료
- 남은 작업: Slack team_id → DB UUID 매핑

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 00:56:20 +09:00
e7c9b6691c docs: skill-rag-file 실제 구현 상태 반영
- skill-rag-file 구현 완료 상태로 수정 (API, 서비스, DB 모델 존재)
- POST /api/search로 메서드 수정 (GET 아님)
- DB 스키마 불일치 명시 (PostgreSQL vs 코드 모델)
- 저장 경로 기본값 수정 (/mnt/51123data/documents)
- 비동기 처리 함수명 수정 (process_slack_message_async)
2025-09-16 00:47:45 +09:00
0a61f6b650 docs: rb8001-skill-rag-file 연동 구조 정확한 정보로 업데이트
- 확인된 사실만 기록 (테이블 생성됨, 디렉터리 존재, bot_token 보유)
- 실제 메시지 플로우 경로 정확히 기록
- rb8001 파일 처리 코드 위치 명시 (slack_handler.py:244)
- 미구현 부분 명확히 표시
2025-09-16 00:32:13 +09:00
d2e7299686 docs: rb8001-skill-rag-file Slack 파일 연동 구조 문서화
- 트러블슈팅: rb8001에서 skill-rag-file 호출 구조 정리
- RAG 아키텍처: Slack 파일 처리 플로우 추가
- team_id 기반 저장 구조로 변경 (user_id → team_id)
- /mnt/hdd/data/documents/ 경로 업데이트
2025-09-16 00:25:35 +09:00
happybell80
bc8e2665f4 docs: skill-rag-file 구축 완료 문서 정리
- Docker 빌드, SSHFS 볼륨, SQLAlchemy, ChromaDB 이슈 해결
- 77줄로 핵심 정보만 정리
- 서비스 정상 작동 확인

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 00:15:16 +09:00
2c7616b460 docs: 중복 정보 제거 및 확정 사항 정리 2025-09-15 22:58:45 +09:00