diff --git a/.gitignore b/.gitignore index 57d8d96..f5980bf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,4 @@ reference/sampleimg/ *copy.html design/*copy.md design/*/*copy.md -.claude/settings.local.json +.claude\settings.local.json \ No newline at end of file diff --git a/design/uiux/prototype/02-대시보드.html b/design/uiux/prototype/02-대시보드.html index ecfd762..599b9ea 100644 --- a/design/uiux/prototype/02-대시보드.html +++ b/design/uiux/prototype/02-대시보드.html @@ -808,35 +808,6 @@ }).join(''); } - /** - * 공유받은 회의록 렌더링 - */ - function renderSharedMinutes() { - const container = $('#shared-minutes'); - - const sharedMeetings = SAMPLE_MEETINGS - .filter(m => m.participants.some(p => p.id === currentUser.id && !p.role)) - .slice(0, 3); - - if (sharedMeetings.length === 0) { - container.innerHTML = '
📤

공유받은 회의록이 없습니다

'; - return; - } - - container.innerHTML = sharedMeetings.map(meeting => { - const sharer = meeting.participants.find(p => p.role === 'creator') || meeting.participants[0]; - return ` -
-

${meeting.title}

-
- ${sharer.name}님이 공유 - 1일 전 -
-
- `; - }).join(''); - } - /** * 통계 업데이트 - 개선안 A: 헤더 정보 포함 */ @@ -869,7 +840,6 @@ renderRecentMeetings(); renderMyTodos(); renderMyMinutes(); - renderSharedMinutes(); console.log('대시보드 초기화 완료'); } diff --git a/design/uiux/prototype/10-회의록상세조회.html b/design/uiux/prototype/10-회의록상세조회.html index 4cef540..328efca 100644 --- a/design/uiux/prototype/10-회의록상세조회.html +++ b/design/uiux/prototype/10-회의록상세조회.html @@ -1095,8 +1095,7 @@
- - +
diff --git a/design/uiux/prototype/12-회의록목록조회.html b/design/uiux/prototype/12-회의록목록조회.html index ccd5c57..8520be5 100644 --- a/design/uiux/prototype/12-회의록목록조회.html +++ b/design/uiux/prototype/12-회의록목록조회.html @@ -403,9 +403,6 @@ - @@ -512,7 +509,7 @@ -
+

개발 리소스 계획 회의

@@ -577,7 +574,7 @@
-
+

사용자 인터뷰 결과