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

Refactor/member saved problem #69

Merged
merged 6 commits into from
Jun 16, 2024
Merged

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    91f1cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    826f0a4 View commit details
    Browse the repository at this point in the history
  3. Refactor: "Cache 구현"

    categorizedProblem 캐시에 categoryId를 키로 사용
    캐시에 저장된 데이터는 동일한 요청 시 DB 조회 없이 반환
    googoo9918 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    7894ea9 View commit details
    Browse the repository at this point in the history
  4. Refactor: "Cache 구현"

    categorizedSummary 캐시에 categoryId를 키로 사용
    캐시에 저장된 데이터는 동일한 요청 시 DB 조회 없이 반환
    googoo9918 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    2670b69 View commit details
    Browse the repository at this point in the history
  5. Refactor: "Fetch join 구현"

    categoryId를 기준으로 category 탐색할 때, problem과 category를 즉시 로딩하여 한 번의 쿼리로 필요한 모든 데이터를 가져옴
    googoo9918 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    0fd9a0f View commit details
    Browse the repository at this point in the history
  6. Refactor: "Fetch join 구현"

    categoryId를 기준으로 category 탐색할 때, summary와 category를 즉시 로딩하여 한 번의 쿼리로 필요한 모든 데이터를 가져옴
    googoo9918 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    67e7749 View commit details
    Browse the repository at this point in the history