Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: code-squad/javascript-amazon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: code-squad/javascript-amazon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: baekCode
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 45 files changed
  • 1 contributor

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    b191983 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. amazon Fetch API (#152)

    * add, 아마존UI - 카드네비게이션
    
    * refact, Nav 영역 dataset 구조 변경
    
    * add, API SERVER 연결
    
    * delete, 이전 스탭 삭제
    
    * add, client server 생성하여 템플레이팅
    
    * modify, slider js 연결 (임시)
    
    * add, client 'app'  연결
    
    * add, cors 설치
    - 요청 받을때 CORS 오류, 해결
    
    * add, fetch JSON 연결
    - app.hbs: 클라이언트 서버로만 구축, 테스트용
    
    * modify, api 데이터 -> localstorage 저장
    77unny authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    f2ad7c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. amazon search 구현 (#168)

    * add, 아마존UI - 카드네비게이션
    
    * refact, Nav 영역 dataset 구조 변경
    
    * add, API SERVER 연결
    
    * delete, 이전 스탭 삭제
    
    * add, client server 생성하여 템플레이팅
    
    * modify, slider js 연결 (임시)
    
    * add, client 'app'  연결
    
    * add, cors 설치
    - 요청 받을때 CORS 오류, 해결
    
    * add, fetch JSON 연결
    - app.hbs: 클라이언트 서버로만 구축, 테스트용
    
    * modify, api 데이터 -> localstorage 저장
    
    * add, search 배열 검색 dummy code
    - dummy code
    - 인풋 e.target.value
    - 인풋 value 값, 배열 값 검색 반환
    
    * refact, 검색결과 기능 리팩토링
    
    * modify, 입력조건에 대한 출력처리
    - 예) app 라고 치면 출력은 apple , appstore
    - appl 라고 치면 출력은 apple 만 출력
    
    * modify, input 비어있을때 오류 처리
    
    * add, 검색키워드 JSON 추가
    
    * add, 임시 style 처리
    
    * add, 네이밍 변경 및 검색키워드 리스트 기능 추가
    - 네이밍 추후 변경 예정
    - 검색 키워드 리스트, 해당 검색 갯수 만큼 볼드 처리
    
    * add, keyword JSON, API 서버 연결
    
    * add, 키보드 이벤트 기능 추가
    - 방향키 다운 (keyCode 40) on처리
    - 방향키 업 (keyCode 38) on 처리
    
    * add&refact, MVC 패턴으로 디렉토리 수정
    
    * add, controller / model 추가 및 view 임시테스트 작성
    
    * modify, 매직코드 정리 및 네이밍 수정
    
    * add, View에서 이벤트 감지 -> controller에서 model 연결
    
    * modify, 파일명 변경 KeywordModel -> SearchModel
    
    * add, 검색결과 출력 (view 입력 -> 컨트롤러 ->  모델 요청&전송 -> 결과뷰 출력)
    
    * add, 방향키 up/down 구현
    
    * refact, Model 코드정리
    
    * modify, 모델 JSON 오류처리
    
    * refact, Model 코드 수정
    77unny authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    2dccf53 View commit details
    Browse the repository at this point in the history
Loading