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

스터디 목록을 불러올 때 보고 싶은 태그를 가진 목록만 불러오기. #13

Closed
saseungmin opened this issue Nov 21, 2020 · 1 comment

Comments

@saseungmin
Copy link
Collaborator

saseungmin commented Nov 21, 2020

🤔 참고할 사항 #12

  • 현재 fake data는 json server에서 filter 기능을 사용할 수 없다.
  • http://localhost:3000/groups/tags=JavaScript식으로 넘기면 tags는 배열이라 찾을 수 없는 거 같다.
  • http://localhost:3000/groups/tags_like=JavaScript는 like는 사용할 수 있었지만, 이 경우에는 해당 단어(Java를 원하는데, JavaScript도 같이 불러와짐)를 포함하는 경우 다 보여진다.
  • tags는 배열로 되어 있는데 이부분에서 tags안에 원하는 태그를 포함하는 목록만 뽑아올 수 없었다.
    그래서 현재 상태는 /?tag=JavaScript 형태로 locaction을 보내서 전체 리스트를 불러온 뒤 reduceraction 처리에서 단순히 reduceincludes메소드를 사용하여 제외시킨 뒤 스터디 리스트를 rendering 해준다.
  • 백앤드 구현 후는 /?tag=JavaScript에서 JavaScript를 백앤드로 같이 보내준 후 해당 태그가 있으면 불러오는 식으로 변경할 예정.
  • location search /?tag=JavaScript에서 JavaScript 빼내기 위해서 qs를 사용함.
@saseungmin saseungmin mentioned this issue Nov 21, 2020
11 tasks
@saseungmin saseungmin mentioned this issue Nov 30, 2020
20 tasks
@saseungmin
Copy link
Collaborator Author

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

No branches or pull requests

1 participant