Skip to content

fix(case-003): correct hotel_checkin_id references and remove duplicate rows - #63

Open
Aneesh-Gunda wants to merge 1 commit into
hristo2612:mainfrom
Aneesh-Gunda:fix/case-003-hotel-checkin-data
Open

fix(case-003): correct hotel_checkin_id references and remove duplicate rows#63
Aneesh-Gunda wants to merge 1 commit into
hristo2612:mainfrom
Aneesh-Gunda:fix/case-003-hotel-checkin-data

Conversation

@Aneesh-Gunda

Copy link
Copy Markdown

Closes #52

What was broken

In src/cases/schemas/case-003.ts, three data issues caused the case to
produce incorrect results:

  1. Thomas Brown's hotel_checkin_id was set to 2 instead of 55,
    breaking the link to his Sunset Palm Resort check-in
  2. Gordon Mills' hotel_checkin_id was set to 55 (Thomas Brown's)
    instead of 59 (his own Beach Grove Resort check-in)
  3. A duplicate batch of rows (id=101–200) created 19 false-positive hotel
    matches, causing GROUP BY hotel_checkin_id HAVING count(*) > 1 to
    return the wrong suspects

What was fixed

  • Fixed Thomas Brown's hotel_checkin_id: 255
  • Fixed Gordon Mills' hotel_checkin_id: 5559
  • Removed all 100 duplicate rows (id=101–200)
  • Case now correctly resolves to the intended three matched suspects

@vercel

vercel Bot commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

@Aneesh-Gunda-Mck is attempting to deploy a commit to the My Team Team on Vercel.

A member of the Team first needs to authorize it.

…te rows

- Fix Thomas Brown's hotel_checkin_id (8→55) to link to his own check-in
- Fix Gordon Mills' hotel_checkin_id (55→59) to link to his own check-in
- Remove duplicate rows (id=101-200) that caused 19 false-positive hotel matches
- Restores case to intended 'three suspects matched' outcome
@Aneesh-Gunda
Aneesh-Gunda force-pushed the fix/case-003-hotel-checkin-data branch from 8607e3c to ee2a231 Compare March 18, 2026 17:50
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.

Bug: Case #003: The Miami Marina Murder. Data Template Not Correct

1 participant