개요
커뮤니티 게시글과 댓글의 수정·삭제 기능을 구현하고, 작성자 권한 및 화면 상태를 일관되게 관리합니다.
작업 사항
게시글 관리
댓글 관리
상태 및 오류 처리
완료 조건
참고 API
PUT /api/community/{communityId}
DELETE /api/community/{communityId}
PUT /api/community/{communityId}/comments/{commentId}
DELETE /api/community/{communityId}/comments/{commentId}
GET /api/users/profile (작성자 메뉴 노출용 현재 사용자 식별)
검증 결과
기타 사항
개요
커뮤니티 게시글과 댓글의 수정·삭제 기능을 구현하고, 작성자 권한 및 화면 상태를 일관되게 관리합니다.
작업 사항
게시글 관리
댓글 관리
상태 및 오류 처리
완료 조건
참고 API
PUT /api/community/{communityId}DELETE /api/community/{communityId}PUT /api/community/{communityId}/comments/{commentId}DELETE /api/community/{communityId}/comments/{commentId}GET /api/users/profile(작성자 메뉴 노출용 현재 사용자 식별)검증 결과
./gradlew :app:assembleDebug./gradlew :app:testDebugUnitTest./gradlew :app:ktlintMainSourceSetCheck./gradlew :app:lintDebug기타 사항