2.7 KiB
2.7 KiB
9월 이전 계획 문서 미해결 항목 통합
작성일: 2026-01-02 목적: 9월 이전 계획 문서 중 미해결 항목 통합 정리
1. 감정 시스템 확장 (250808)
Phase 4: 32개 세밀 감정 (미구현)
- 목표: Plutchik 감정 휠 기반 32개 감정
- 필요 작업: AI Hub 데이터 재라벨링 (7 → 32개), 모델 재학습, skill-embedding API 확장
- 예상 기간: 2-3개월
- 참고:
plans/archive/250808_감정시스템_현실적용_5단계_로드맵.md
Phase 5: 감정 기억 시스템 (부분 구현)
- 구현 완료: Neo4j에 감정 노드 저장 (
rb8001/app/services/memory/neo4j_client.py) - 미구현: 시간별 감정 변화 추적, 패턴 분석 (우울증 조기 감지 등)
- 예상 기간: 1개월
- 참고:
troubleshooting/251016_phase2_hybrid_memory_implementation.md
Phase 3 미구현 항목
- 감정 기반 응답 톤 조정 (현재 LLM에만 의존)
- 감정 기록 및 패턴 분석 DB
- 참고:
troubleshooting/251002_emotion_system_todo.md
2. 기술 부채 (250831)
임시 코드 방식 제거
- 현재: Gmail/Slack → 임시 코드 →
/auth/verify→ JWT - 문제: Redis 의존성, 60초 TTL 제한
- 개선: JWT 직접 전달 또는 Secure cookie
- 상태: 여전히 사용 중
- 참고:
frontend-customer/src/contexts/auth-context.tsx,plans/archive/250831_todo_and_tech_debt.md
하드코딩 URL 제거
- 위치:
app/providers/slack.py,frontend-customer/src/contexts/auth-context.tsx - 상태: 부분 완료 (일부 남아있음)
- 참고:
troubleshooting/250915_hardcoded_url_removal.md
사용자 매핑 로직 개선
- 문제: email 변경 시 중복 계정, workspace 없이 매핑 불가
- 해결: UserIdentityService 통합 서비스
- 상태: 미구현
- 참고:
plans/archive/250831_todo_and_tech_debt.md
보안 개선
- Refresh Token 구현
- PKCE 적용
- 토큰 암호화 저장
- 상태: 미구현
완료된 항목 (삭제됨)
- ✅ 서비스 재구조화 (250807): robeing-control 분리 → admin-dashboard로 대체 완료 (251204)
- ✅ Workspace 통합 (250831): company → workspaces 통합 완료 (250911)
- ✅ UUID 통합 시스템 (250831): skill-email UUID 지원, ChromaDB 명명 규칙 통일, Gateway JWT 표준화 완료
참고 문서
plans/archive/250808_감정시스템_현실적용_5단계_로드맵.mdplans/archive/250831_todo_and_tech_debt.mdplans/archive/250831_unified_id_system_implementation_roadmap.md(완료)troubleshooting/251002_emotion_system_todo.mdtroubleshooting/250915_hardcoded_url_removal.md