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

태그 CRUD API 작성 #59

Closed
hyena0608 opened this issue Jan 22, 2023 · 0 comments · Fixed by #75
Closed

태그 CRUD API 작성 #59

hyena0608 opened this issue Jan 22, 2023 · 0 comments · Fixed by #75
Assignees
Labels
✨ feat 기능 추가
Milestone

Comments

@hyena0608
Copy link
Collaborator

hyena0608 commented Jan 22, 2023

🚀 목적

  • 태그 생성 기능 구현
    • 사용자는 게시글에 태그를 추가할 수 있다.
  • 태그 수정 기능 구현
    • 사용자는 게시글에 있는 자신의 태그를 수정할 수 있다.
  • 태그 삭제 기능 구현
    • 사용자는 게시글에 있는 자신의 태그를 삭제할 수 있다.

🔗 작업

✅ 완료조건

  • Service 테스트 성공
  • Controller 테스트 성공
  • build 성공
  • 배포 후 api 동작 확인 성공
@hyena0608 hyena0608 added the ✨ feat 기능 추가 label Jan 22, 2023
@hyena0608 hyena0608 added this to the Sprint - 2 milestone Jan 22, 2023
@hyena0608 hyena0608 self-assigned this Jan 22, 2023
@hyena0608 hyena0608 changed the title Tag 기능 구현 태그 CRUD API 작성 Jan 22, 2023
hyena0608 added a commit that referenced this issue Jan 25, 2023
* feat: 태그 엔티티 추가

- PostTag 엔티티 추가

- RootTag 엔티티 추가

- UserTag 엔티티 추가

- User 연관 관계 수정

- Post 연관 관계 수정

* feat: 태그 레포지터리 추가

- UserTagRepository

- PostTagRepository

- RootTagRepository

* feat: tag 서비스, 컨트롤러 기능 구현

- UserTag

- PostTag

- RootTag

* test: 태그 테스트 추가

* add: V2.1 Tag 추가
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 a pull request may close this issue.

1 participant