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

feature: 게시물 공유(API) #12

Closed
JaeHyuckSa opened this issue Oct 25, 2023 · 0 comments · Fixed by #23
Closed

feature: 게시물 공유(API) #12

JaeHyuckSa opened this issue Oct 25, 2023 · 0 comments · Fixed by #23
Assignees
Labels

Comments

@JaeHyuckSa
Copy link
Contributor

게시물 목록 또는 상세 에서 공유하기 클릭 시 사용되는 API

  • 게시물들은 본 서비스가 아닌 외부 서비스에서 관리됩니다. 그렇기에 좋아요 클릭 시 각 SNS 별 아래 명시된 API 를 호출합니다.
image
  • 해당 호출이 성공할 시 response status 200 해당 게시물의 share_count가 1 증가합니다.
  • 횟수 제한이 없습니다.
Chestnut90 added a commit that referenced this issue Oct 29, 2023
- TestCase Red
- /shares/<content_id>/ url에 대한 리소스 찾을 수 없는 에러 발생

Related to #12
Chestnut90 added a commit that referenced this issue Oct 29, 2023
- 게시물 좋아요 api, /shares/<content_id>/ 에 대한 view 인터페이스 추가

Related to #12
Chestnut90 added a commit that referenced this issue Oct 29, 2023
- 인증되지 않은 사용자가 게시물에 post 요청을 수행 시 실패 테스트 케이스
- 인증된 사용자가 게시물에 post 요청을 수행 시 실패 테스트 케이스

Related to #12
Chestnut90 added a commit that referenced this issue Oct 29, 2023
- 게시물 좋아요 api에 대한 Post 메시지 요청 시 게시물의 공유수를 1 증가한다.

Related to #12
@Chestnut90 Chestnut90 linked a pull request Oct 29, 2023 that will close this issue
13 tasks
@Chestnut90 Chestnut90 mentioned this issue Oct 29, 2023
13 tasks
Chestnut90 added a commit that referenced this issue Oct 29, 2023
- flake8에 의해 사용되지 않는 변수 오류가 발생됨.

Related to #12
Chestnut90 added a commit that referenced this issue Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants