mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 05:36:23 +00:00
- 외부 시퀀스 다이어그램 업데이트 * 회의예약: 템플릿 선택 플로우 추가, API 경로 수정 (/api/meetings/reserve) * 회의시작: SessionResponse 구조 반영 (sessionId, minutesId, websocketUrl 등) * 회의종료: AI 분석 동기 처리 및 MeetingEndResponse 구조 반영, RAG용 이벤트 추가 - 불필요한 다이어그램 삭제 * 외부: 대시보드조회.puml (Meeting Service로 이동), Todo완료및회의록반영.puml (통합됨) * 내부: meeting-대시보드조회.puml, meeting-최종회의록확정.puml (중복) - 실제 API Controller 구현과 일치하도록 API 경로 및 응답 구조 정확히 반영 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
60 lines
652 B
Plaintext
60 lines
652 B
Plaintext
# Build outputs
|
|
build/*
|
|
build/*/*
|
|
build/*/*/*
|
|
**/build/
|
|
.gradle/
|
|
**/.gradle/
|
|
.vscode/
|
|
**/.vscode/
|
|
rag/venv/*
|
|
|
|
# Serena
|
|
serena/
|
|
.serena/
|
|
**/serena/
|
|
**/.serena/
|
|
|
|
# IDE
|
|
.idea/
|
|
**/.idea/
|
|
*.iml
|
|
|
|
# OS
|
|
.DS_Store
|
|
**/.DS_Store
|
|
|
|
# Environment
|
|
.env
|
|
ai-python/app/config.py
|
|
|
|
# Playwright
|
|
.playwright-mcp/
|
|
|
|
# Reference/Sample files
|
|
design/uiux/ref_img/
|
|
reference/sampleimg/
|
|
*copy.html
|
|
design/*copy.md
|
|
design/*/*copy.md
|
|
|
|
# Examples
|
|
examples/
|
|
|
|
# Claude settings
|
|
.claude/settings.local.json
|
|
.vscode/settings.json
|
|
|
|
# Backup files
|
|
design/*/*/*/*back*
|
|
design/*/*/*back*
|
|
design/*/*back*
|
|
design/*back*
|
|
backup/
|
|
claudedocs/*back*
|
|
|
|
# Log files
|
|
logs/
|
|
**/logs/
|
|
*.log
|
|
**/*.log |