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

메인 화면 #5

Open
7 tasks done
minjeong073 opened this issue Oct 12, 2022 · 5 comments
Open
7 tasks done

메인 화면 #5

minjeong073 opened this issue Oct 12, 2022 · 5 comments

Comments

@minjeong073
Copy link
Owner

minjeong073 commented Oct 12, 2022

🔅 메인 페이지

  • 메인 view 화면
  • 베스트셀러
  • 카테고리
  • 블로그 베스트
  • 신간 전체
  • 검색 api
  • 검색 view 화면
@minjeong073 minjeong073 changed the title 완료 메인 화면 Oct 12, 2022
@minjeong073
Copy link
Owner Author

minjeong073 commented Oct 14, 2022

✔️ 검색 api

  • 책 이름, 카테고리 명, 저자명, 출판사 를 검색할 수 있도록
  • 검색 결과를 어떻게 화면 구성할지 생각해보기

minjeong073 pushed a commit that referenced this issue Oct 14, 2022
- 메인 화면 전체 틀 view 화면 구성 1st commit
- #5 이슈
minjeong073 added a commit that referenced this issue Oct 21, 2022
- open API 로부터 베스트셀러 정보 가져오기
- 메인 화면 view 에 베스트셀러 정보 추가
- 기타 폰트 수정
- #5 이슈
minjeong073 added a commit that referenced this issue Oct 24, 2022
- 책 수량 버튼 구현
- 메인 화면 view 수정
- nav 링크 수정
- 카테고리 view 화면 구현 1st commit (국내도서, 해외도서)
- #5 이슈
- #6 이슈
- #7 이슈
minjeong073 pushed a commit that referenced this issue Oct 24, 2022
- 카테고리 db 저장
- 카테고리 view 화면 구현 수정
- 메인 화면 저자 정보 추가
- #5 이슈
- #7 이슈
minjeong073 added a commit that referenced this issue Oct 25, 2022
- 카테고리 api 수정
- 메인화면 카테고리 링크 구현 수정
-  #5 이슈
-  #7 이슈
minjeong073 pushed a commit that referenced this issue Oct 25, 2022
- 메인 화면 view 책 리스트 수정
- #5 이슈
@minjeong073
Copy link
Owner Author

메인 화면에 보여줄 책 리스트 수정!

베스트셀러, 블로그 베스트, 신간 전체 리스트

@minjeong073
Copy link
Owner Author

minjeong073 commented Oct 25, 2022

✔️ 추가 구현

베스트셀러 조회 구간 선택할 수 있게 만들기
select : 연도, 월, 주차

선택하지 않을 경우 현재 주간 베스트셀러 조회되도록!

minjeong073 pushed a commit that referenced this issue Oct 25, 2022
- 메인 화면에서 주차 별 베스트셀러 조회 api 추가
- 카테고리 별 view 화면 수정
-  #5 이슈
-  #7 이슈
minjeong073 added a commit that referenced this issue Oct 26, 2022
- 카테고리 id 별 view 화면 보여주기 api 수정
- 베스트셀러 주차 별 조회 select box 구현 2nd commit
- #5 이슈
- #7 이슈
minjeong073 added a commit that referenced this issue Oct 30, 2022
- 검색 api 구현
- 검색 view 화면 구성
- #5 이슈
@minjeong073
Copy link
Owner Author

minjeong073 commented Oct 30, 2022

✔️ 검색하면 결과 화면으로 넘어가서 리스트 보여주기

검색 결과 화면에서 국내도서, 외국도서 선택할 수 있게 하고,
정렬 기준도 선택할 수 있게 함!

minjeong073 added a commit that referenced this issue Oct 31, 2022
- 검색하기 엔터키 추가
- #5 이슈
@minjeong073
Copy link
Owner Author

검색하기 기능에서
버튼 클릭하지 않고 엔터키로 검색 가능하게 하려면
trigger() 사용하면 됨

엔터 키 코드는 13

$("#searchInput").keyup(function(e) {
				
    if (e.keyCode == '13') {
	    $("#searchBtn").trigger("click");
    }
});

minjeong073 pushed a commit that referenced this issue Nov 8, 2022
- 베스트셀러 조회 api 수정
- #5 이슈
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