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

Feat#14: 투두 삭제 기능 구현 #24

Merged
merged 8 commits into from
Oct 16, 2024
Merged

Feat#14: 투두 삭제 기능 구현 #24

merged 8 commits into from
Oct 16, 2024

Conversation

pkl0912
Copy link
Contributor

@pkl0912 pkl0912 commented Oct 16, 2024

Resolves #{이슈-번호}

Resolves #14

Issue Define

  • 투두를 삭제합니다

Summary of resolutions or improvements

image

Note

pkl0912 added 8 commits October 15, 2024 19:52
…Server into feat/todo-delete

# Conflicts:
#	src/main/java/server/poptato/todo/api/TodoController.java
#	src/main/java/server/poptato/todo/domain/repository/TodoRepository.java
#	src/test/java/server/poptato/todo/api/TodoControllerTest.java
#	src/test/java/server/poptato/todo/application/TodoServiceTest.java
…Server into feat/todo-delete

# Conflicts:
#	src/main/java/server/poptato/todo/api/TodoController.java
#	src/main/java/server/poptato/todo/application/TodoService.java
#	src/main/java/server/poptato/todo/domain/repository/TodoRepository.java
#	src/test/java/server/poptato/todo/api/TodoControllerTest.java
#	src/test/java/server/poptato/todo/application/TodoServiceTest.java
@auto-assign auto-assign bot requested a review from yeonjookang October 16, 2024 10:38
@github-actions github-actions bot added the feat 기능 개발 label Oct 16, 2024
@yeonjookang yeonjookang changed the title Feat#14 투두 삭제 Feat#14: 투두 삭제 기능 구현 Oct 16, 2024
Copy link
Contributor

@yeonjookang yeonjookang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM~

@yeonjookang yeonjookang merged commit 944f9be into dev Oct 16, 2024
2 checks passed
@yeonjookang yeonjookang deleted the feat/todo-delete branch October 16, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 투데이/백로그 삭제
2 participants