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

[#245] refactor: 토스트 제목 수정 validation 수정 및 그룹설정 #246

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

sss4920
Copy link
Contributor

@sss4920 sss4920 commented Oct 14, 2024

🚩 관련 이슈

📋 구현 기능 명세

  • 토스트 제목 수정 validation 수정
  • 토스트 마크 그룹 인터페이스 생성

📌 PR Point

  • 무슨 이유로 어떻게 코드를 변경했는지
    먼저, 전에 있었던 패턴 코드에서 사용하지 않는 정규식 패턴을 default값으로 가지고 있었어서 수정했습니다.
    그리고 나머지 제목 검증로직은 카테고리에서든, 검색에서든 거의 비슷하게 동작해야하는데 따로 어노테이션을 만드는 것보다는
    마크할 그룹 인터페이스를 하나 만들어서 해당 이름을 어노테이션을 통해 검증해서 ToastValidationGroup.class를 가지고 있으면 해당 검증은 피하는식으로
    변경했습니다.

  • 개발하면서 어떤 점이 궁금했는지
    다른 의견이 있을지..!

🛠️ 테스트

  • 테스트

🚀 API Endpoint

  • baseurl/toast/title

@sss4920 sss4920 added the 🔧Refactor refactor code label Oct 14, 2024
@sss4920 sss4920 requested a review from mmihye October 14, 2024 13:38
@sss4920 sss4920 self-assigned this Oct 14, 2024
Copy link
Member

@mmihye mmihye left a comment

Choose a reason for hiding this comment

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

오 그룹을 나눠서 검증하는 방식 좋은거같아요!!
굿굿

@sss4920 sss4920 merged commit c89b4b5 into develop Oct 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧Refactor refactor code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Refactor] validation 그룹 설정 및 조건 수정
2 participants