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

[#61] Series 기능 구현 #83

Merged
merged 6 commits into from
Jan 27, 2023
Merged

[#61] Series 기능 구현 #83

merged 6 commits into from
Jan 27, 2023

Conversation

JoosungKwon
Copy link
Member

@JoosungKwon JoosungKwon commented Jan 26, 2023

🌱 작업 사항

Series

  • Series Create 및 Find 기능 구현
    • 게시글 생성시 시리즈에 추가할 수 있게하였습니다.
    • 시리즈 제목으로 시리즈에 속한 게시글을 가져오는 API를 만들었습니다.
    • 게시글을 가져올 때 해당 게시글이 속한 시리즈에 대한 정보와 소속된 게시글의 ID와 제목을 모두 가져올 수 있도록 하였습니다.
  • 테스트 Update와 Delete 기능 추가하겠습니다.

🦄 관련 이슈

close #61

Copy link
Collaborator

@hikarigin99 hikarigin99 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다👍

@JoosungKwon JoosungKwon merged commit 207f080 into develop Jan 27, 2023
@JoosungKwon JoosungKwon deleted the feat/61-series branch January 27, 2023 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

시리즈 CRUD 기능 API 구현
3 participants