DOCS/plans/000000_unresolved_items_matrix.md
happybell80 e9b199f1c4 refactor: 하드코딩 URL 제거 문제 우선순위 재조정
- Quick Wins에서 Major Projects 1번으로 이동
- 난이도: 30분 → 3-4주로 상향 조정
- 15개 이상 서비스 전체 수정 필요로 복잡도 높음
- Stats API 중복 해결 문제 추가
- 문서 링크 250915_hardcoded_url_removal.md로 업데이트
2025-09-15 20:26:46 +09:00

34 lines
3.3 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. **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. **하드코딩 URL 제거** - 15개+ 서비스 전체 환경변수화 (3-4주) [→250915](../troubleshooting/250915_hardcoded_url_removal.md)
2. **사용자 식별 통합** - UserIdentityService 설계 (2주) [→250831](250831_todo_and_tech_debt.md)
3. **Gateway 스케일링** - 재시도/백오프/헬스체크 (1주) [→250811](../troubleshooting/250811_happybell80_Gateway필드변환문제.md)
4. **Stats API 중복 해결** - rb8001/monitor 경로 통일, DB 스키마 일치 (1주) [→250915](../troubleshooting/250915_happybell80_rb8001_stats_api_중복_제거.md)
5. **실시간 동기화** - WebSocket/폴링 (2주) [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md)
6. **RAG 파이프라인** - skill-rag-file 구현 (3주) [→250909](../ideas/250909_RAG_file_processing_architecture.md)
7. **rb8001 리팩토링** - 모듈 구조 정리 (3주) [→250914](../ideas/250914_rb8001_리팩토링_계획.md)
8. **감정시스템 이식** - 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*