feat: QA3 — 포스트 비밀댓글 + 대시보드 출석 칩 + 랜딩 리뉴얼 + UX 개선#54
Merged
Conversation
API에서 현재 유저의 attendance 상태를 조회하여 대시보드에 전달하고, 상태별(제출/지각/결석/미제출) 색상 칩으로 표시 Co-Authored-By: Claude <noreply@anthropic.com>
- 포스트 댓글에 비밀댓글(isSecret) 기능 추가 (스키마/API/UI) - 비밀댓글 서버사이드 마스킹 + 푸시 알림 내용 마스킹 - 대시보드 현재 회차 카드에 나의 출석 상태 칩 표시 - 대시보드 API 쿼리 병렬화 (Promise.all) - 제출률에 LATE 포함 (SUBMITTED + LATE) - 포스트 상세 페이지 댓글 시스템 전면 개편 (답글/수정/삭제/트리구조) - 랜딩 페이지 mock UI 미리보기 + 커뮤니티 톤 전환 - 전역 autoFocus 제거 (PWA/모바일 키보드 UX) - 댓글 sanitizeDescription 적용 + 5000자 제한 - isSecret PATCH 본인만 변경 가능 (보안) - 접근성: textarea aria-label, placeholder 엘립시스, marquee reduced-motion - 문서 최신화 (CLAUDE.md, README, ARCHITECTURE, schema-summary) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
/posts/[id]) 댓글 시스템 전면 개편 (답글/수정/삭제/트리구조)Changes
schema.tspostComments.is_secret컬럼 추가posts/[id]/comments/route.tsposts/[id]/comments/[commentId]/route.tsdashboard/route.tsposts/[id]/page.tsxposts/page.tsxdashboard/page.tsxlanding-client.tsxTest plan
/posts/[id]): 답글/수정/삭제/트리구조 확인🤖 Generated with Claude Code