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

[#59] 태그 API 기능 구현 #75

Merged
merged 5 commits into from
Jan 25, 2023
Merged

[#59] 태그 API 기능 구현 #75

merged 5 commits into from
Jan 25, 2023

Conversation

hyena0608
Copy link
Collaborator

🌱 작업 사항

  • UserTag 기능 추가
  • PostTag 기능 추가
  • RootTag 기능 추가
  • PostService 저장 로직 리팩터링

🦄 관련 이슈

close #59

- PostTag 엔티티 추가

- RootTag 엔티티 추가

- UserTag 엔티티 추가

- User 연관 관계 수정

- Post 연관 관계 수정
- UserTagRepository

- PostTagRepository

- RootTagRepository
Copy link
Member

@JoosungKwon JoosungKwon left a comment

Choose a reason for hiding this comment

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

와우 고생하셨네요.. 역시 현서님👍

@hyena0608 hyena0608 self-assigned this Jan 25, 2023
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.

👍

@hyena0608 hyena0608 added the ✨ feat 기능 추가 label Jan 25, 2023
@hyena0608 hyena0608 merged commit db0307d into develop Jan 25, 2023
@hyena0608 hyena0608 deleted the feat/59-tag branch January 25, 2023 06:55
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.

태그 CRUD API 작성
3 participants