feat: 카드 개별 파쇄 삭제 추가 - #40
Draft
soyeonLee126 wants to merge 11 commits into
Draft
Conversation
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.
작업 개요
카드 전체 삭제가 아닌 선택한 카드 한 장을 안전하게 파쇄·삭제하도록 변경했습니다. 삭제 대상
cardId는 네비게이션 인자로 전달하며, 파쇄 UI는 독립 기능 모듈로 분리했습니다.작업 유형
변경 사항
feature:carddelete모듈을 추가하고CardDeleteKey(cardId)로 삭제 대상을 전달합니다.DELETE /api/cards/{cardId}를 UseCase·Repository·Retrofit 서비스에 연결했습니다.CARD_ALREADY_DELETED가 반환되면 이미 달성된 삭제 상태로 처리합니다.관련 이슈
관련 작업 (Notion)
스크린샷 / 동작 화면
체크리스트
develop으로 설정되어 있다feat:,fix:등)을 따른다리뷰 요청 사항
CARD_ALREADY_DELETED를 성공으로 정규화한 멱등 처리와 API 명세 일치 여부를 확인 부탁드립니다.