feat: AI 업무 기록 대시보드 (warp-mcp 활동 추적) - #47
Open
chase2955 wants to merge 1 commit into
Open
Conversation
- WorkActivity.source 칼럼 추가 ('web' 기본 | 'mcp') + 체크섬 마이그레이션
- POST /api/activities 가 source='mcp' 를 화이트리스트로 수용
- /ai-log 페이지: 최근 30일 AI 기록 — 사람별 등록/완료 집계 + 최근 목록
- 사이드바에 「AI 업무 기록」 메뉴 추가
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
팀원들이 개인 Claude(warp-mcp)로 올린 업무 기록을 WARP에서 추적하는 현황판입니다.
MCP 배포 repo: https://github.com/EVNSolution/warp-mcp
Summary
WorkActivity.source칼럼 추가 (web기본 /mcp) — additive, 기존 데이터 무영향deploy/schema-migrations/2026091101_add_activity_source.sql+ manifestprismaSchemaSha256갱신POST /api/activities:source:'mcp'화이트리스트 수용 (그 외 값은web)/ai-log페이지 + 사이드바 메뉴: 최근 30일 사람별 등록/완료 집계 + 최근 기록 100건Test plan
deploy.tests.test_apply_schema_migrations— 스키마 해시 테스트 통과 (chmod 테스트 1건은 Windows 로컬 환경 한정 실패, CI Linux 무관)npm run typecheck0 오류source='mcp'저장 확인 →/ai-log렌더링(집계·목록·상태 뱃지) 확인🤖 Generated with Claude Code