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

모임 검색 request 변수명 변경 요청 #92

Closed
pompitzz opened this issue Sep 18, 2020 · 1 comment · Fixed by #102
Closed

모임 검색 request 변수명 변경 요청 #92

pompitzz opened this issue Sep 18, 2020 · 1 comment · Fixed by #102
Assignees

Comments

@pompitzz
Copy link
Collaborator

{
  "offset" : 0,
  "size" : 10,
  "searchOptions" : {
    "stateList" : [ {
      "seq" : 102,
      "priority" : 1
    } ],
    "interestList" : [ {
      "seq" : 4,
      "priority" : 1
    }, {
      "seq" : 20,
      "priority" : 2
    } ]
  }
}

@yyy9942 모임 검색시 요청하는 바디에서 offset이 page로 취급되고 있어요.
실제로 offset:10으로 요청하면 응답 pageable에는 pageNumber:10, offset: 100이 되네요.
현재 로직을 유지하실 꺼면 요청 body 변수명을 offset -> page로 변경해주세요~

@pompitzz
Copy link
Collaborator Author

pompitzz commented Sep 18, 2020

그리고 죄송하지만

"interest": {
                            "seq": 15,
                            "name": "클래식"
                        },

interest는 상위 interest의 정보도(여기선 문화/공연/축체) 필요할거 같습니다 ㅠㅠ.
interest는 아이콘으로 보여주려고 하는데 하위 interest는 종류가 너무 많아 불가능해요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants