diff --git a/plans/000000_unresolved_items_matrix.md b/plans/000000_unresolved_items_matrix.md index 634c482..5427d4e 100644 --- a/plans/000000_unresolved_items_matrix.md +++ b/plans/000000_unresolved_items_matrix.md @@ -1,33 +1,33 @@ -# 미해결 항목 매트릭스 +# 미해결 항목 매트릭스 (중요도 × 구현 난이도) -## 🔴 Critical (중요+긴급) -1. **Preferences DB 정합** - slack_user_id 컬럼 누락 [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md) +## 🔴 Quick Wins (높은 중요도 + 쉬운 구현) → 즉시 실행 +1. **하드코딩 제거** - URL 환경변수화 (30분) [→250831](250831_todo_and_tech_debt.md) +2. **Preferences DB 정합** - slack_user_id 컬럼 추가 (1시간) [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md) +3. **Slack 이름 매핑** - users.info 조회+캐시 (2시간) [→250817](../troubleshooting/250817_slack_user_mapping_troubleshooting.md) +4. **ActivityPanel API 전환** - localStorage 제거 (2시간) [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md) +5. **Preferences 스키마 확장** - schedule_type, include_* (1시간) [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md) -## 🔵 Strategic (중요+비긴급) -1. **사용자 식별 통합** - UserIdentityService 설계 [→250831](250831_todo_and_tech_debt.md) -2. **Gateway 스케일링** - 재시도/백오프/헬스체크 [→250811](../troubleshooting/250811_happybell80_Gateway필드변환문제.md) -3. **rb8001 리팩토링** - 모듈 구조 정리 [→250914](../ideas/250914_rb8001_리팩토링_계획.md) -4. **PKCE 적용** - OAuth 보안 강화 [→380](../300_architecture/380_authentication_system.md) -5. **Refresh Token** - 토큰 재발급 체계 [→380](../300_architecture/380_authentication_system.md) -6. **DB 스키마 통일** - companies→workspaces [→250831](250831_todo_and_tech_debt.md) -7. **감정시스템 이식** - rb10508→rb8001 [→250828](../ideas/250828_rb10508_to_rb8001_migration_guide.md) +## 🟠 Major Projects (높은 중요도 + 어려운 구현) → 계획 수립 후 진행 +1. **사용자 식별 통합** - UserIdentityService 설계 (2주) [→250831](250831_todo_and_tech_debt.md) +2. **Gateway 스케일링** - 재시도/백오프/헬스체크 (1주) [→250811](../troubleshooting/250811_happybell80_Gateway필드변환문제.md) +3. **실시간 동기화** - WebSocket/폴링 (2주) [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md) +4. **RAG 파이프라인** - skill-rag-file 구현 (3주) [→250909](../ideas/250909_RAG_file_processing_architecture.md) +5. **rb8001 리팩토링** - 모듈 구조 정리 (3주) [→250914](../ideas/250914_rb8001_리팩토링_계획.md) +6. **감정시스템 이식** - rb10508→rb8001 (2주) [→250828](../ideas/250828_rb10508_to_rb8001_migration_guide.md) -## 🟡 Operational (비중요+긴급) -1. **ActivityPanel API 전환** - localStorage 제거 [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md) -2. **Conversations API** - /api/conversations/{user_id} [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md) -3. **Activities API** - /api/activities/{user_id} [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md) -4. **Slack 이름 매핑** - users.info 조회+캐시 [→250817](../troubleshooting/250817_slack_user_mapping_troubleshooting.md) -5. **Preferences 스키마 확장** - schedule_type, include_* [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md) +## 🟡 Fill-ins (낮은 중요도 + 쉬운 구현) → 시간 날 때 +1. **scheduled_tasks 테이블** - 다중 작업 관리 (3시간) [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md) +2. **Conversations API** - /api/conversations/{user_id} (3시간) [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md) +3. **Activities API** - /api/activities/{user_id} (3시간) [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md) +4. **캘린더 API** - /api/calendar 구현 (4시간) [→250830](../troubleshooting/250830_skill_level_system_restructure.md) +5. **문서 API** - /api/docs 구현 (4시간) [→250830](../troubleshooting/250830_skill_level_system_restructure.md) -## ⚪ Backlog (비중요+비긴급) -1. **캘린더 API** - /api/calendar 미구현 [→250830](../troubleshooting/250830_skill_level_system_restructure.md) -2. **문서 API** - /api/docs 미구현 [→250830](../troubleshooting/250830_skill_level_system_restructure.md) -3. **scheduled_tasks 테이블** - 다중 작업 관리 [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md) -4. **실시간 동기화** - WebSocket/폴링 [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md) -5. **하드코딩 제거** - URL 환경변수화 [→250831](250831_todo_and_tech_debt.md) -6. **RAG 파이프라인** - skill-rag-file 미구현 [→250909](../ideas/250909_RAG_file_processing_architecture.md) -7. **스킬 라우팅 고도화** - Decision Engine [→250811](../ideas/250811_claude_rb10408_vs_rb10508_비교분석.md) +## ⚪ Consider Later (낮은 중요도 + 어려운 구현) → 재검토 필요 +1. **PKCE 적용** - OAuth 보안 강화 (1주) [→380](../300_architecture/380_authentication_system.md) +2. **Refresh Token** - 토큰 재발급 체계 (1주) [→380](../300_architecture/380_authentication_system.md) +3. **DB 스키마 통일** - companies→workspaces (2주) [→250831](250831_todo_and_tech_debt.md) +4. **스킬 라우팅 고도화** - Decision Engine (3주) [→250811](../ideas/250811_claude_rb10408_vs_rb10508_비교분석.md) --- -*관리: 완료 항목 제거, 새 이슈 추가, 우선순위 재평가, 문서 링크 확인 | 최종 업데이트: 2025-09-15* -*해결: Rate Limiting 구현 완료 (2025-09-15)* \ No newline at end of file +*평가 기준: 중요도(시스템 안정성/사용자 영향), 난이도(구현 시간/복잡도)* +*최종 업데이트: 2025-09-15* \ No newline at end of file