Back to home

Issues

A public list of the current bugs we are tracking in PhotoRoads. This page is meant to read like a simple GitHub issues view: concise, concrete, and easy to scan.

Search is intentionally omitted for now. This page tracks a short list of known bugs.
4
Open
1
Closed
Deleting photos from "All" can fail when a road still references the cover image
open
#1 4 comments Updated 2 days ago
open

Bulk deletion needs to clear dependent road cover_photo_id values before removing the photo rows, otherwise the foreign key constraint blocks the request.

bugdatabasedeletion
Bulk delete requests hit PostgREST URL length limits for large selections
open
#2 3 comments Updated 3 days ago
open

Deleting many photos at once should chunk database operations instead of sending one oversized .in() query.

bugapiperformance
Photo cards should preserve selection state after editing metadata
open
#3 2 comments Updated 5 days ago
open

Closing the edit dialog can make the selection state feel inconsistent, especially when editing multiple photos in a row.

buguistate
Filename sanitization should strip path separators before upload
open
#4 6 comments Updated 1 week ago
open

Upload names need to be normalized so a user-supplied filename never leaks directory separators or other unsafe path tokens into object keys.

bugsecurityupload
Road detail pages overflow on smaller phones
closed
#5 1 comment Updated closed yesterday
closed

The viewer needs a tighter mobile layout so captions, controls, and photo framing remain usable on compact screens.

bugmobileui