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

친구 추가 로직 구현 #116

Merged
merged 9 commits into from
Dec 1, 2022
Merged

Commits on Dec 1, 2022

  1. [feat] boostcampwm-2022#66 boostcampwm-2022#85 친구 목록 전역으로 관리

    - drop 되었을 때, 전역 정보 수정 (탭 간 이동해도 목록 유지)
    ktmihs committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    b992b8c View commit details
    Browse the repository at this point in the history
  2. [feat] boostcampwm-2022#66 친구 추가 구현

    - api 연결 X
    - 친구 검색 시, debounce를 이용해 api 요청 횟수 줄임
    - nickname 클릭 시, confirm 창 이후 친구 추가 api 추가할 예정
    ktmihs committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    9f2d3be View commit details
    Browse the repository at this point in the history
  3. [feat] boostcampwm-2022#66 친구 끊기 api 연결

    - confirm으로 확인 후, api 요청
    ktmihs committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    bc0ef88 View commit details
    Browse the repository at this point in the history
  4. [refactor] boostcampwm-2022#66 boostcampwm-2022#85 친구 목록 전역 타입 변경

    - id 제거 후, name으로 key 값 설정
    ktmihs committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    220cace View commit details
    Browse the repository at this point in the history
  5. [feat] boostcampwm-2022#66 전체 친구 목록 불러오기

    - 친구 목록 api 요청으로 데이터 받아와 전역 타입에 맞게 파싱
    ktmihs committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    3dcc671 View commit details
    Browse the repository at this point in the history
  6. [fix] boostcampwm-2022#66 데이터 양식 수정

    - 받아오는 데이터를 잘못 파싱해 수정함
    ktmihs committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    548659f View commit details
    Browse the repository at this point in the history
  7. [feat] boostcampwm-2022#66 친구 추가 api 연결

    - 검색 후 이름 클릭 시, api 요청
    ktmihs committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    8509998 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4275fa7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5335e09 View commit details
    Browse the repository at this point in the history