f-lab-edu / f-lab-edu/develop_board

[Feature]게시글 삭제를 위한 Service, Controller 로직 구현

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

## 기능 설명
- 본인이 작성한 게시글을 삭제 할 수 있다.

### 삭제
- `/api/posts/delete`
- Method : DELETE
- Parameter
- required : path variable `UUID`
- Response:
- required : state, code, message

## 작업 내용
- [ ] 게시글 삭제를 위한 Service method 구현
- [ ] 게시글 삭제 API 구현을 위한 Controller method 구현

## 참고 자료

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the existing post Service and Controller entry points, then review how post ownership and API responses are handled. Implement the Service and Controller work for DELETE /api/posts/delete using the required UUID path variable; it is done when the author can delete their post and the response includes state, code, and message.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
api, authorization, backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.