Skip to content

[FIX] 주말 혼잡시간대 변경 - #163

Merged
rkdms6767 merged 26 commits into
devfrom
feat/recommendation-engine
Aug 16, 2026
Merged

[FIX] 주말 혼잡시간대 변경#163
rkdms6767 merged 26 commits into
devfrom
feat/recommendation-engine

Conversation

@rkdms6767

@rkdms6767 rkdms6767 commented Aug 16, 2026

Copy link
Copy Markdown
Collaborator

📌 작업 내용

  • 주말 혼잡시간대 18:00 - 19:00 를 18:00 - 20:00 로 변경

Summary by CodeRabbit

  • 변경 사항
    • 저녁 혼잡 시간대가 기존 19:00에서 20:00까지로 연장되었습니다.
    • 해당 시간대에는 포장 후보에 혼잡도 보너스가 한 시간 더 적용됩니다.

parkseyoung and others added 26 commits August 8, 2026 15:16
# Conflicts:
#	backend/src/main/java/com/kiobridge/kiobridge/modules/recommendation/RecommendationEngineService.java
#	backend/src/test/java/com/kiobridge/kiobridge/modules/recommendation/RecommendationEngineServiceTest.java
@vercel

vercel Bot commented Aug 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
kio-bridge Ready Ready Preview Aug 16, 2026 5:33am

@coderabbitai

coderabbitai Bot commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 3b4e4108-44ef-43eb-a517-7dfc1d79a7ce

📥 Commits

Reviewing files that changed from the base of the PR and between 842a241 and feb8f44.

📒 Files selected for processing (1)
  • backend/src/main/java/com/kiobridge/kiobridge/modules/recommendation/RecommendationEngineService.java

Included review availability: Your plan includes up to 3 reviews per rolling hour; 2 remain after this review.


Walkthrough

저녁 혼잡 시간대의 종료 시각을 19:00에서 20:00으로 변경했습니다. 포장 후보에 혼잡도 보너스를 적용하는 시간 구간이 18:00–20:00으로 연장됩니다.

Changes

추천 혼잡도 적용 시간

Layer / File(s) Summary
저녁 혼잡 시간대 경계 변경
backend/src/main/java/com/kiobridge/kiobridge/modules/recommendation/RecommendationEngineService.java
DINNER_RUSH_END20:00으로 변경했습니다. 저녁 혼잡 시간대가 18:00–20:00으로 연장됩니다.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to feb8f

This is a localized change to extend the weekend congestion period from 18:00–19:00 to 18:00–20:00, and no actionable merge-blocking risk remains beyond normal checks and review.

Possibly related PRs

  • watTHEBUG/kioBridge#88: RecommendationEngineService.java의 혼잡 시간 로직을 직접 수정한 관련 PR입니다.

Suggested labels: fix

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 제목은 주말 혼잡시간대를 18:00–20:00으로 변경하는 주요 변경 사항을 명확하게 요약합니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/recommendation-engine

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

@rkdms6767
rkdms6767 merged commit 831908c into dev Aug 16, 2026
5 checks passed
@rkdms6767
rkdms6767 deleted the feat/recommendation-engine branch August 16, 2026 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants