2023-08-23 집현전 도서 검색 TF팀 회의 #17
Closed
nyj001012
started this conversation in
Meeting Minutes
Replies: 5 comments 8 replies
-
진행 상황 공유지금까지 한 것
Proposal
논의했으면 하는 것 (w/ Front)API를 호출 시점
데이터 캐싱
|
Beta Was this translation helpful? Give feedback.
2 replies
-
진행상황 공유
논의해보고 싶은 내용1. 결과 미리보기 의 키보드 제어
2. 인기검색어 UI가 보이는 페이지가 어디까지인가
|
Beta Was this translation helpful? Give feedback.
6 replies
-
진행 상황 공유 (jim & jwoo)API 명세1. 도서 결과 미리보기
Resquest (Query)
Response{
"items": [
{
"id": 1,
"title": "",
"author": "",
"publisher": "",
"publishedAt": "",
"image": ""
},
{
"id": 2,
"title": "",
"author": "",
"publisher": "",
"publishedAt": "",
"image": ""
}
],
"meta": {
"totalCount": 17 // 실제 검색 개수
}
} 2. 인기 검색어
Response{
"items": [
{
"searchKeyword": "자바",
"rankingChange": 1,
},
{
"searchKeyword": "자바스크립트",
"rankingChange": -1,
},
{
"searchKeyword": "자바 스크립트",
"rankingChange": 0,
},
{
"searchKeyword": "자바ㅅ",
"rankingChange": undefined, // new
}
]
} 논의해보고 싶은 내용1. 도서 검색 미리보기
2. 도서 검색 결과 저장하기
3. 검색어 저장하기
|
Beta Was this translation helpful? Give feedback.
0 replies
-
논의해보고 싶은 내용 의논 결과1. 도서 검색 미리보기
2. 도서 검색 결과 저장하기
3. 검색어 저장하기
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions