From 96a4d74a431fda715587f28f37d58187e40ce880 Mon Sep 17 00:00:00 2001 From: yabo0812 Date: Tue, 28 Oct 2025 20:03:30 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9A=A9=EC=96=B4=20=ED=86=B5=EC=9D=BC:=20?= =?UTF-8?q?=EC=B0=B8=EC=84=9D=EC=9E=90/=EC=B0=B8=EC=84=9D=20=E2=86=92=20?= =?UTF-8?q?=EC=B0=B8=EC=97=AC=EC=9E=90/=EC=B0=B8=EC=97=AC=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20(v1.5.9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 화면설계서(uiux.md): 100개 인스턴스 변경 - "참석자" → "참여자" (88개) - "참석" → "참여" (12개) - 유저스토리(userstory.md): 132개 인스턴스 변경 - "참석자" → "참여자" (125개) - "참석" → "참여" (7개) - 프로토타입: 34개 인스턴스 변경 (7개 HTML 파일) - "참석자" → "참여자" (32개) - "참석" → "참여" (2개) 총 266개 인스턴스 변경으로 사용자 역할 용어 완전 통일 (생성자/참여자 체계) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- design/uiux/prototype/02-대시보드.html | 4 +- design/uiux/prototype/03-회의예약.html | 30 +- design/uiux/prototype/05-회의진행.html | 10 +- design/uiux/prototype/07-회의종료.html | 4 +- design/uiux/prototype/10-회의록상세조회.html | 2 +- design/uiux/prototype/11-회의록수정.html | 14 +- design/uiux/prototype/12-회의록목록조회.html | 4 +- design/uiux/uiux.md | 289 ++-- design/userstory.md | 1477 ++++++++---------- 9 files changed, 851 insertions(+), 983 deletions(-) diff --git a/design/uiux/prototype/02-대시보드.html b/design/uiux/prototype/02-대시보드.html index 3cd8843..6a94dd8 100644 --- a/design/uiux/prototype/02-대시보드.html +++ b/design/uiux/prototype/02-대시보드.html @@ -725,7 +725,7 @@ } else if (meetingStatus === 'draft' || meetingStatus === 'complete' || meetingStatus === 'completed') { navigateTo('10-회의록상세조회.html'); } else if (meetingStatus === 'scheduled') { - // 생성자: 회의예약 화면(수정), 참석자: 시스템 알럿 + // 생성자: 회의예약 화면(수정), 참여자: 시스템 알럿 if (isCreator) { navigateTo('03-회의예약.html'); } else { @@ -791,7 +791,7 @@ // 예정된 회의 개수 (예정 + 진행중) const scheduled = SAMPLE_MEETINGS.filter(m => m.status === 'scheduled' || m.status === 'ongoing').length; - // 작성중 회의록 개수 (내가 참석한 회의 중 '작성중' 상태) + // 작성중 회의록 개수 (내가 참여한 회의 중 '작성중' 상태) const drafts = SAMPLE_MINUTES.filter(m => m.status === 'draft' && m.participants.some(p => p.id === currentUser.id) diff --git a/design/uiux/prototype/03-회의예약.html b/design/uiux/prototype/03-회의예약.html index f31bd0c..b683e09 100644 --- a/design/uiux/prototype/03-회의예약.html +++ b/design/uiux/prototype/03-회의예약.html @@ -226,7 +226,7 @@ transform: translateX(22px); } - /* 참석자 */ + /* 참여자 */ .participants-chips { display: flex; flex-wrap: wrap; @@ -420,18 +420,18 @@ - +
-

참석자 *

+

참여자 *

- +
- +
@@ -459,11 +459,11 @@ - +