BooksTrack Backend - Cloudflare Workers API

3 Open Issues Need Help Last updated: Jan 8, 2026

Open Issues Need Help

View All on GitHub

AI 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).

Complexity: 3/5
documentation enhancement good first issue priority: low

BooksTrack Backend - Cloudflare Workers API

TypeScript
documentation enhancement good first issue priority: low

BooksTrack Backend - Cloudflare Workers API

TypeScript

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.

Complexity: 2/5
enhancement good first issue priority: medium cache api-v3 performance frontend

BooksTrack Backend - Cloudflare Workers API

TypeScript