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: 여정 수정 및 삭제 #216

Merged
merged 9 commits into from
Jan 21, 2024
Merged

Feat: 여정 수정 및 삭제 #216

merged 9 commits into from
Jan 21, 2024

Conversation

suehub
Copy link
Member

@suehub suehub commented Jan 21, 2024

📌 작업 내용

  • 탭 디자인 수정 (스크롤, 패딩)
  • 여정 수정 및 삭제 완료
  • 경비 퍼블리싱 완료

📌 확인 사항

  • 여정 수정 API인 putTrips 를 추가하면서 기존에 있던 putTripspostTripsItem으로 수정했습니다.
  • 정아님 코드 중 AddtoListBtn.tsx 에서 빌드 에러가 있어 수정했습니다.
    // 기존 코드
    try {
      let response;
      if (apiType === 'postTripsLike') {
        response = await postTripsLike(tripId, selectedTourItemIds);
    
    // 수정 코드
    try {
      if (apiType === 'postTripsLike') {
        await postTripsLike(tripId, selectedTourItemIds);
    
    

@suehub suehub added ✨ Feature 기능 개발 📬 API API 관련 🎨 Publishing 퍼블리싱 관련 👾 Fix 버그 수정 관련 labels Jan 21, 2024
@suehub suehub self-assigned this Jan 21, 2024
Copy link

vercel bot commented Jan 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
ten-ten-fe ✅ Ready (Inspect) Visit Preview Jan 21, 2024 8:45pm

@LeHiHo LeHiHo merged commit 43379cc into dev Jan 21, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📬 API API 관련 ✨ Feature 기능 개발 👾 Fix 버그 수정 관련 🎨 Publishing 퍼블리싱 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants