DOCS/plans/000000_unresolved_items_matrix.md
happybell80 81b997da9b refactor: 미해결 항목 매트릭스를 중요도×구현난이도 4분면으로 재구성
- Eisenhower Matrix(긴급/중요) 대신 Value vs Complexity 방식 적용
- Quick Wins (높은중요도+쉬운구현) 우선 처리
- Major Projects (높은중요도+어려운구현) 계획 수립
- Fill-ins (낮은중요도+쉬운구현) 여유시간 활용
- Consider Later (낮은중요도+어려운구현) 재검토 대상
- 각 항목에 예상 소요시간 추가
2025-09-15 19:20:57 +09:00

33 lines
3.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 미해결 항목 매트릭스 (중요도 × 구현 난이도)
## 🔴 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)
## 🟠 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)
## 🟡 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)
## ⚪ 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*