Skip to content

#893 유사 시간대 탑승자 방 추천 기능 구현 #894

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

Merged

Conversation

Mun09
Copy link
Contributor

@Mun09 Mun09 commented May 27, 2025

Summary

It closes #893

Extra Info

방 개설 시도 시 유사 시간대 방들을 보여주는 모달 추가

@Mun09 Mun09 self-assigned this May 27, 2025
Copy link

netlify bot commented May 27, 2025

Deploy Preview for taxi-dev-preview ready!

Name Link
🔨 Latest commit bef1160
🔍 Latest deploy log https://app.netlify.com/projects/taxi-dev-preview/deploys/68767d8c3075820008eacee3
😎 Deploy Preview https://deploy-preview-894--taxi-dev-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@kmc7468 kmc7468 marked this pull request as ready for review May 27, 2025 12:11
@kmc7468
Copy link
Member

kmc7468 commented Jun 25, 2025

PR에 스크린샷도 조금 추가해 주시면 좋을 것 같습니다

@kmc7468 kmc7468 changed the title 893 유사 시간대 탑승자 방 추천 기능 구현 #893 유사 시간대 탑승자 방 추천 기능 구현 Jun 25, 2025
@Mun09
Copy link
Contributor Author

Mun09 commented Jul 1, 2025

image

Copy link
Contributor

@malloc3141 malloc3141 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

@kmc7468 kmc7468 left a comment

Choose a reason for hiding this comment

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

LGTM! 고생하셨습니다~ (지윤님이 approve 해주시면 머지 부탁드려요)

@kmc7468 kmc7468 requested a review from Copilot July 9, 2025 04:14
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds functionality to suggest existing rooms with similar time slots when creating a new room, showing them in a modal before falling back to direct creation.

  • Calls /rooms/searchByTimeGap before room creation to fetch similar rooms.
  • Introduces ModalSimilarRooms component and integrates it into the AddRoom page.
  • Exports the new modal in the ModalPopup index file.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
packages/web/src/pages/Addroom/index.tsx Added state, search API call, and modal integration
packages/web/src/components/ModalPopup/index.tsx Exported ModalSimilarRooms
packages/web/src/components/ModalPopup/ModalSimilarRooms.tsx Created new modal component for displaying rooms
Comments suppressed due to low confidence (1)

packages/web/src/pages/Addroom/index.tsx:189

  • This new searchByTimeGap branch and modal flow lacks dedicated tests. Consider adding unit or integration tests to verify both the cases where similar rooms exist and where they don't.
      await axios({

@kmc7468
Copy link
Member

kmc7468 commented Jul 15, 2025

@Mun09 앗 CI 통과 실패했어요! 수정 부탁드립니다

Copy link
Contributor

@malloc3141 malloc3141 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@Mun09 Mun09 merged commit c63cdcc into dev Jul 22, 2025
4 checks passed
@Mun09 Mun09 deleted the 893-similar-timeslot-rider-room-integration-feature-implementation branch July 22, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

유사 시간대 탑승자 방 추천 기능 구현
3 participants