Skip to content

[Fix] BLE 통신중 신호가 제대로 가지 않는 문제 해결#25

Merged
ParkSeongGeun merged 1 commit intodevfrom
fix/ble-24
Nov 25, 2025
Merged

[Fix] BLE 통신중 신호가 제대로 가지 않는 문제 해결#25
ParkSeongGeun merged 1 commit intodevfrom
fix/ble-24

Conversation

@ParkSeongGeun
Copy link
Copy Markdown
Contributor

개요

  • Bluetooth 알림 관련 alert 처리 로직을 AlertManager로 통합
  • HomeView에서 개별 alert 상태 관리 제거 (showConfirmAlert,
    showSuccessAlert, showFailureAlert)
  • AlertType에 Bluetooth 관련 케이스 3개 추가 (bluetoothConfirm,
    bluetoothSuccess, bluetoothFailure)
  • alert 우선순위 비교 로직 개선 (동일 우선순위도 표시 가능하도록 >= 사용)
  • 버스 번호 필터링 시 대소문자 무시 처리 추가

테스트

  • 실제 환경에서 @junghyungo 와 함께 진행했습니다.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Nov 25, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/ble-24

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ParkSeongGeun ParkSeongGeun merged commit f6b0fc5 into dev Nov 25, 2025
2 checks passed
@ParkSeongGeun ParkSeongGeun self-assigned this Nov 25, 2025
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.

1 participant