Skip to content

puzzleReviewService.delay() called on every read, even bulk #102

Description

@mercy60

Internal ID: #101

Imported from ISSUES.md via scripts/import-issues.mjs.

Problem Statement. Bulk operations call underlying methods in a for loop, each await delay(). With 100 items, 50s.

Expected Outcome.

  • delay() removed; simulations via Promise.resolve or MSW.

Acceptance Criteria.

  • Bulk update of 100 reviews completes in < 1ms simulated.

Files / modules affected.

  • frontend/services/puzzleReviewService.js

Dependencies. None.

Difficulty / Effort. Easy / XS (≈ 30 minutes).

Labels. area:frontend, performance

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programarea:frontendImported from ISSUES.mdperformanceImported from ISSUES.md

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions