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

[BE] 스터디 후기 조회 #108

Closed
tco0427 opened this issue Jul 21, 2022 · 0 comments
Closed

[BE] 스터디 후기 조회 #108

tco0427 opened this issue Jul 21, 2022 · 0 comments
Assignees
Labels
🖥 backend New backend feature 🚀 feature New feature or request
Milestone

Comments

@tco0427
Copy link
Collaborator

tco0427 commented Jul 21, 2022

요약

스터디 후기 조회

세부 설명

스터디 후기를 조회할 수 있다.
(멤버 정보와 전체 후기 수를 함께 조회한다.)

{
  "reviews": [
    {
      "id": 1,
      "member": {
        "id": 20, //github_id 
        "username": "tco0427",
        "imageUrl": "https://34.435.136.13:8081/images/profile/132",
        "profileUrl": "https://github.com/user/1324"
      },
      "createdDate": "2022-07-04",
      "lastModifiedDate": "",
      "content": "짱구론이 운영하는 java스터디 너무 유익했습니다. 감사합니다~~"
    },
    ...6
  ],
  "totalResults": 20, // 이거는 전체 review의 개수입니다
}
@tco0427 tco0427 added 🚀 feature New feature or request 🖥 backend New backend feature labels Jul 21, 2022
@tco0427 tco0427 added this to the Milestone 2 milestone Jul 21, 2022
@tco0427 tco0427 self-assigned this Jul 21, 2022
@tco0427 tco0427 closed this as completed Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥 backend New backend feature 🚀 feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant