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

[FE] Refactor/#642: 북마크 및 전체보기 페이지 API 로직 수정 및 React-Query 적용 #644

Merged
merged 21 commits into from
Jan 21, 2024

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    3717ebd View commit details
    Browse the repository at this point in the history
  2. refactor: Bookmarks 페이지 TopicCardList 분리 코드 합병

    TopicCardList는 재사용을 위해 만들어진 코드이나 Axios, React Query 를 적용하면서 사용하기 애매해졌다.
    이에 따라 TopicCardList를 제거하고 각 페이지에서 그 책임을 이어받는다.
    semnil5202 committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    9ab2f36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab32302 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f12bb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    971a3b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76b4ae7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ca854e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89c5256 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7dd724a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6038f39 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0efd169 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fb7234b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    10e9713 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5c97955 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. feat: 리프레쉬 토큰 요청 기능 추가

    운영서버에 머지해야 확인가능할 것 같습니다.
    기존 로직을 사용하는 운영서버와 request 값은 동일한데 cookie와 도메인 설정 문제로 실패하는 것으로 확인됩니다.
    semnil5202 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e9a8463 View commit details
    Browse the repository at this point in the history
  2. feat: query default option 설정

    * 마운트 시 리페칭 해제
    * 윈도우 포커스 시 리페칭 해제
    * 일정 주기로 리페칭 해제
    * 받아온 데이터 stale 시 리페칭 해제
    semnil5202 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a53b435 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8db43f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b3e0f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    f2fca6e View commit details
    Browse the repository at this point in the history
  2. refactor: 01.17 회의를 통한 변경

    * TopicCardList 컴포넌트를 이전처럼 활용하도록 한다. 전체보기 및 즐겨찾기는 거의 동일한 형태이며 중복코드가 다량 발생하여 위와 같이 수정한다.
    * url을 넘겨받음에 따라서 리액트 쿼리 훅, API 요청 로직 또한 하나의 훅으로 재사용한다.
    semnil5202 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    645fbf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

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