Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

13-편지 삭제 기능 구현 #14

Merged
merged 2 commits into from
Jul 1, 2024
Merged

Conversation

kangdaelyeol
Copy link
Owner

편지 삭제를 위한 기능을 구현하고 테스트 케이스를 추가함.
삭제를 위해 편지 id, username이 일치해야함.
username을 받기 위해 SecurityConfig를 추가할 예정임.

this closes #13

JUnit5 Test Framework에서 테스트 클래스, 메서드의 접근 수준을 default(package-private)로 변경함.
편지 삭제를 위한 메서드, 테스트 케이스를 추가함.
편지를 삭제하기 위한 조건은 편지의 uid값과 username을 받고, 편지가 가지고 있는 username과 일치해야 삭제됨.
username을 받기 위해 SecurityConfig를 추가할 예정임.
@kangdaelyeol kangdaelyeol added the enhancement New feature or request label Jul 1, 2024
@kangdaelyeol kangdaelyeol self-assigned this Jul 1, 2024
@kangdaelyeol kangdaelyeol merged commit 988c47a into main Jul 1, 2024
@kangdaelyeol kangdaelyeol deleted the feature/13-letter-delete branch July 1, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

편지 삭제 기능 구현
1 participant