System is not respecting the time before a game
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**Steps to Reproduce**:
1. Enter the following into the system:
```
1841 | | D6 Hockey | Referee 1 | 1/27/2019 Sun 1:15 PM | D6, PB1 | Pagel 1 | Minnetonka Blue | Edina Green | $35.00 | Accepted on 12/19/2018
-- | -- | -- | -- | -- | -- | -- | -- | -- | -- | --
542 | | D6 Hockey | Referee 1 | 1/27/2019 Sun 2:30 PM | D6, 12B | Pagel 1 | Minnetonka Blue | Edina | $35.00
451 | | D6 Hockey | Referee 1 | 1/27/2019 Sun 3:45 PM | D6, 12A | Pagel 1 | Minnetonka | Eden Prairie | $43.50
```
**Expected Results**:
- ✅ System should set up three games, the first starting at 12:45pm on 1/27/19 and running for the default length of time, the others starting at 2:30pm and 3:45pm, respectively.
**Actual Results**:
- ❌ System sets up 3 games, but the first starts at 1:15pm, the second at 2:30pm, and the third at 3:15pm.
Contributor guide
Research direction
No files, tests, or entry points are named. Start by reproducing the three-game input and trace the scheduling logic that assigns each game's start time. Done means the first game starts at 12:45 PM for the default duration, while the following games start at 2:30 PM and 3:45 PM.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100