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

게시글 목록 가져오기 api #24

Open
4 of 6 tasks
beingPracticer opened this issue Nov 7, 2019 · 0 comments
Open
4 of 6 tasks

게시글 목록 가져오기 api #24

beingPracticer opened this issue Nov 7, 2019 · 0 comments
Assignees

Comments

@beingPracticer
Copy link
Collaborator

beingPracticer commented Nov 7, 2019

  • 닉네임, 시간, 프로필 사진, 좋아요 갯수,
  • 댓글 갯수
  • 공유 횟수
  • 간단 댓글리스트(2개)
  • 이미지 사이즈요청
  • 페이지네이션으로 가져오기
WooYeonSeo added a commit that referenced this issue Nov 22, 2019
why
client에서 피드 요청에 대한 스크롤링을 구현하기 위해서 서버쪽 api 를 임시로 작성

how
graphql 에서 전달받은 시간 이후 값을 neo4j에서 쿼리로 조회

*
사용자 정보값은 추가 예정
client확인용으로 작업한 사항
@WooYeonSeo WooYeonSeo self-assigned this Nov 26, 2019
WooYeonSeo added a commit that referenced this issue Nov 26, 2019
why
contents와 createdAt보다 많은 정보가 피드에 필요함

how
게시글에 딸린 댓글, 작성자, 좋아요 갯수, 좋아요 여부를 포함해서 반환하도록 쿼리 작성
WooYeonSeo added a commit that referenced this issue Nov 26, 2019
why
데이터를 graphql return 형태로 파싱해야 함 -> integer, datetime type

how
records 받아서 label:{} 로 반환하는 파서 작성
필요한 데이터 타입들 graphql 스키마로 작성
WooYeonSeo added a commit that referenced this issue Nov 27, 2019
why
결과 파싱하는 부분은 반복적으로 사용될 것임, 사용되지 않는 쿼리로 확인할 때 헷갈림

how
util 파일로 분리하고 사용자지 않는 쿼리 삭제
WooYeonSeo added a commit that referenced this issue Dec 8, 2019
client쪽 graphql 데이터 요청을 위해서 알림정보 받아오는 api(#24) cherry pick
WooYeonSeo added a commit that referenced this issue Dec 18, 2019
- feed와 feedAlarm 으로 리졸버 분리
- query, mutation,subscription으로 파일 분리
- pubsub 파일 분리
- pubsub key는 constant로 분리
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants