Skip to content

[DEV-386/BE] fix: 빈출 질문 정렬을 생성일 역순으로 정렬#625

Merged
kckc0608 merged 2 commits intodevfrom
DEV-386/fix/빈출-질문-정렬을-생성일-역순으로-정렬
Feb 25, 2026

Hidden character warning

The head ref may contain hidden characters: "DEV-386/fix/\ube48\ucd9c-\uc9c8\ubb38-\uc815\ub82c\uc744-\uc0dd\uc131\uc77c-\uc5ed\uc21c\uc73c\ub85c-\uc815\ub82c"
Merged

[DEV-386/BE] fix: 빈출 질문 정렬을 생성일 역순으로 정렬#625
kckc0608 merged 2 commits intodevfrom
DEV-386/fix/빈출-질문-정렬을-생성일-역순으로-정렬

Conversation

@kckc0608
Copy link
Collaborator

관련 이슈

close #624

작업한 내용

  • 빈출 질문이 최근 순으로 정렬되지 않는 문제를 수정하였습니다.

PR 리뷰시 참고할 사항

참고 자료 (링크, 사진, 예시 코드 등)

@kckc0608 kckc0608 self-assigned this Feb 25, 2026
@vercel
Copy link

vercel bot commented Feb 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
web-team4-refit Ignored Ignored Preview Feb 25, 2026 0:36am

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @kckc0608, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 빈출 질문 목록의 정렬 방식을 개선하여, 사용자들이 가장 최근에 생성된 질문을 먼저 볼 수 있도록 합니다. 기존에는 정렬 기준이 명확하지 않아 최신 질문이 상단에 노출되지 않는 문제가 있었으며, 이번 변경으로 사용자 경험이 향상될 것입니다.

Highlights

  • 빈출 질문 정렬 오류 수정: 빈출 질문 목록이 생성일 역순으로 정렬되지 않던 문제를 해결했습니다.
Changelog
  • backend/src/main/java/com/shyashyashya/refit/domain/qnaset/repository/impl/QnaSetCustomRepositoryImpl.java
    • QnaSet 검색 시 createdAt 필드를 기준으로 내림차순 정렬을 추가했습니다.
Activity
  • 이 PR에는 아직 사람의 활동이 없습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

빈출 질문 목록을 생성일 내림차순으로 정렬하도록 수정한 점 확인했습니다. 이 변경으로 최근 질문이 먼저 표시되게 됩니다. 다만, Pageable 객체에 포함된 정렬 옵션을 무시하고 하드코딩된 정렬을 적용하는 방식에 대한 개선점을 제안하는 리뷰 코멘트를 남겼습니다. API의 일관성과 예측 가능성을 높이기 위해 검토해보시면 좋겠습니다.

@kckc0608 kckc0608 merged commit 1216a8b into dev Feb 25, 2026
3 checks passed
@forhyundaisofteer forhyundaisofteer deleted the DEV-386/fix/빈출-질문-정렬을-생성일-역순으로-정렬 branch February 25, 2026 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DEV-386/BE] fix: 빈출 질문 정렬을 생성일 역순으로 정렬

1 participant