mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-13 07:09:09 +00:00
회의록 공유 기능 제거에 따른 대시보드 조회 시퀀스 수정
- meeting-대시보드조회.puml에서 공유받은 회의록 조회 로직 제거 - findSharedMinutes(userId) 메서드 호출 및 관련 시퀀스 삭제 - 응답 데이터 구조에서 sharedMinutes 필드 제거 - 프로토타입 변경사항 반영 완료 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -76,7 +76,8 @@ Todo 자동 추출
|
||||
```json
|
||||
{
|
||||
"meetingId": "550e8400-e29b-41d4-a716-446655440000",
|
||||
"userId": "user123"
|
||||
"userId": "user123",
|
||||
"minutesContent": "# 신규 프로젝트 킥오프 미팅\n\n## 참석자\n- 김철수, 이영희, 박민수\n\n## 논의사항\n1. 프로젝트 개요\n- React + Spring Boot 기반 개발\n\n## 결정사항\n1. API 설계서는 박민수님이 1월 30일까지 작성\n2. 프론트엔드는 이영희님이 2월 5일까지 개발\n\n## 보류사항\n- 배포 일정은 다음 회의에서 논의"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user