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] #27 repost(리트윗) 기능 개발 #27

Open
hyxklee opened this issue Nov 8, 2024 · 0 comments
Open

[feat] #27 repost(리트윗) 기능 개발 #27

hyxklee opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
feat 기능 개발, 구현

Comments

@hyxklee
Copy link
Member

hyxklee commented Nov 8, 2024

1. 무엇을?

  • 게시된 포스트를 repost(리트윗) 하는 기능을 구현하겠습니다

2. 상세 설명

  • 내가 follow한 사람들의 게시글, 리트윗 글을 조회할 수 있어야하기 때문에 중간 테이블을 사용해 user_id, post_id를 저장할 계획입니다.
  • 또한 일반 게시글과 repost 한 게시글을 구분하기 위해 Post를 조회할 때 구분할 수 있는 변수를 하나 추가할 계획입니다

3. 추가 사항

@hyxklee hyxklee added the feat 기능 개발, 구현 label Nov 8, 2024
@hyxklee hyxklee self-assigned this Nov 8, 2024
hyxklee added a commit that referenced this issue Nov 10, 2024
# Conflicts:
#	src/main/java/com/leets/X/domain/user/domain/User.java
hyxklee added a commit that referenced this issue Nov 11, 2024
[feat] #31 repost 기능 구현 및 코드 통합
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 개발, 구현
Projects
None yet
Development

No branches or pull requests

1 participant