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

[fix] 정렬기준 default 값 변경 #54

Merged
merged 11 commits into from
Jan 19, 2024
Merged

[fix] 정렬기준 default 값 변경 #54

merged 11 commits into from
Jan 19, 2024

Conversation

RyuKwanKon
Copy link
Contributor

Related Issue 🪢

Summary 🌿

  • 게시글 정렬 기준 중 default 값을 register로 변경했습니다.

Before i request PR review 🧤

  • 코드리뷰로 확인 부탁하는 사항

@RyuKwanKon RyuKwanKon added the FIX 코드 버그 수정 label Jan 18, 2024
@RyuKwanKon RyuKwanKon self-assigned this Jan 18, 2024
Copy link
Member

@ziiyouth ziiyouth left a comment

Choose a reason for hiding this comment

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

굿.입니다 👍

Copy link
Contributor

@OJOJIN OJOJIN left a comment

Choose a reason for hiding this comment

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

수고하셨습니다! 👍👍👍

public enum CallType implements EnumField {
OUTSIDE("1", "밖에서"),
INSIDE("2", "안에서"),
ANYWAY("3", "상관없음");
Copy link
Contributor

Choose a reason for hiding this comment

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

기획적인 의견이긴한데..

  1. 밖에서
  2. 5분 이내는 안에서
  3. 상관없음
    로 나누는건 어떤가요? 현재는 2번과 3번이 둘이 비슷해보여서 의견드립니당

Copy link
Contributor Author

Choose a reason for hiding this comment

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

음 뭔가 딱 와 닿는게 없어서 회의 때 말 해볼까요?? 저도 뭔가 딱 기준이 안세워지네요

@RyuKwanKon RyuKwanKon merged commit a62f2ae into develop Jan 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIX 코드 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] 게시글 정렬 기준 순서 수정
3 participants