Internal ID: #91
Imported from ISSUES.md via scripts/import-issues.mjs.
Problem Statement. puzzleReviewService.js mock data draws in IP addresses. Production mode should not have these mocks loaded at all.
Expected Outcome.
- Move mocks behind
if (USE_MOCKS) flag.
Acceptance Criteria.
- Production bundle has no mock data.
Files / modules affected.
Dependencies. None.
Difficulty / Effort. Easy / S (≈ 2 hours).
Labels. testing, quality
Problem Statement.
puzzleReviewService.jsmock data draws in IP addresses. Production mode should not have these mocks loaded at all.Expected Outcome.
if (USE_MOCKS)flag.Acceptance Criteria.
Files / modules affected.
frontend/services/*.jsDependencies. None.
Difficulty / Effort. Easy / S (≈ 2 hours).
Labels.
testing,quality