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: URL 파싱 정규식 추가, URL 검증 로직 추가 #181

Merged
merged 4 commits into from
Sep 4, 2024

Conversation

K-Diger
Copy link
Member

@K-Diger K-Diger commented Aug 26, 2024

이슈

close #180

변경 사항

  • 장소 정보 자동완성 시 URL을 입력받을 때 URL형식에 부합하는지 검증하는 로직을 추가합니다.
  • LEMON의 Mobile App에서 링크를 가져왔을 때에 관한 URL 정규식을 추가합니다.

스크린샷

부연 설명

체크리스트

  • Lint 적용 여부
  • 빌드 성공 여부
  • PR 제목은 포맷과 내용 둘 다 알맞게 작성되었는가
  • PR에 대해 구체적으로 설명이 되어있는가

@K-Diger K-Diger self-assigned this Aug 26, 2024
@github-actions github-actions bot added fix 버그 해결에 관한 이슈/PR입니다. module-domain module-output-web labels Aug 26, 2024
Copy link
Member

@thguss thguss 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
Member

@KimDoubleB KimDoubleB left a comment

Choose a reason for hiding this comment

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

👍🏻

@K-Diger
Copy link
Member Author

K-Diger commented Sep 4, 2024

출격준비

Copy link

github-actions bot commented Sep 4, 2024

✅ 빌드 성공 ✅
🚀 출격 준비 완료 👨🏻‍🚀

@K-Diger K-Diger merged commit 656cef8 into develop Sep 4, 2024
1 check passed
@K-Diger K-Diger deleted the fix/url-parsing branch September 4, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 버그 해결에 관한 이슈/PR입니다. module-domain module-output-web
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: URL 파싱 로직 추가
3 participants