Open Issues Need Help
View All on GitHubAI Summary: Following an architecture migration and TypeScript refactoring, 91 tests are failing, representing technical debt. While production remains stable with all critical smoke tests passing, these failures stem from syntax errors in mock objects and tests referencing missing or moved files. The issue is categorized into "Syntax Errors in Mock Objects" (easy fix) and "Missing/Moved Files" (stale tests).
AI Summary: This issue proposes enhancing the V3 Book schema to include multiple cover image URLs (original, large, medium, small) instead of just a single `coverUrl` and `thumbnailUrl`. This change aims to optimize frontend performance by allowing clients to fetch appropriately sized images, reducing bandwidth waste and improving user experience.