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

open-graph-scraper 예외 추가 #277

Merged
merged 5 commits into from
Dec 4, 2023

Conversation

dudwns
Copy link
Contributor

@dudwns dudwns commented Dec 4, 2023

📑 이슈 번호

#276

🚧 구현 내용

메타 데이터를 가져오는 api 함수를 수정하였습니다.

네이버 블로그와 같은 iframe으로 이루어진 사이트는 메타 데이터를 가져오지 못하는 문제를 해결하였습니다.

링크 생성, 수정 폼 validation을 변경하였습니다.

https:// http:// file:// 프로토콜 형식은 지키면서
존재하지 않는 url을 입력 시에도 title 인풋의 disabled를 false로 변경하였습니다. (대신 제목에 아무것도 들어가지 않음)

중복 호출 방지

링크 생성 버튼을 빠르게 클릭 시 링크가 중복해서 생성되는 문제가 발생해서
링크 생성, 수정, 삭제, 메타 데이터 가져오는 버튼을 api 호출 중일 때 중복 클릭할 수 없도록 구현하였습니다.

로딩 스피너 추가

메타 데이터를 가져올 때와 링크 생성, 수정, 삭제 시 로딩 스피너를 추가하였습니다.

Dec-05-2023 04-21-37

🚨 특이 사항

@dudwns dudwns added ✨ Feature 기능 개발 📬 API 서버 API 통신 labels Dec 4, 2023
@dudwns dudwns added this to the 5차 스프린트 milestone Dec 4, 2023
@dudwns dudwns self-assigned this Dec 4, 2023
@dudwns dudwns linked an issue Dec 4, 2023 that may be closed by this pull request
1 task
Copy link
Member

@eeseung eeseung left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!! LGGGGGTM 👏

@dudwns dudwns merged commit 7711692 into develop Dec 4, 2023
1 check passed
@dudwns dudwns deleted the feature/#276/open-graph-scraper-exception branch December 4, 2023 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📬 API 서버 API 통신 ✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

open-graph-scraper 예외 추가
2 participants