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

feat: 프로젝트 외부 링크 추가, 삭제 기능 구현 #298

Merged
merged 8 commits into from
Jun 23, 2024

Conversation

surinkwon
Copy link
Collaborator

🎟️ 태스크

(프론트)외부 링크 유효성 검사 로직 작성
(백, 프론트)외부 링크 추가 API 연결
(백, 프론트)외부 링크 삭제 API 연결

✅ 작업 내용

  • 클라이언트 측 링크 유효성 검사 로직 작성
  • 외부 링크 추가 API 연결
  • 외부 링크 삭제 API 연결

🖊️ 구체적인 작업

링크 유효성 검사

  • 유효하지 않은 링크이거나, 링크, 이름 미입력, 글자 수 초과 시 바로 사용자에게 피드백을 주도록 구현했습니다. 앞에 scheme이 없는 경우 요청을 보낼 때 scheme을 추가하도록 했습니다.

📸 결과 화면

녹화_2024_06_18_11_50_30_238

@surinkwon surinkwon added FE 🎉feature 새로운 기능 labels Jun 18, 2024
@surinkwon surinkwon merged commit 27bf786 into dev Jun 23, 2024
1 check passed
@surinkwon surinkwon deleted the feature/project-link branch June 23, 2024 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 🎉feature 새로운 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant