You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A grab bag of potential improvements we'd like to make to cloudflare images, for posterity, while the work is fresh in my mind:
Better error handling (or better error handling throughout the admin, more generally)
The blunt JSON error responses are a little user unfriendly. The UX could be improved
Write operations in prod only
Either just changing the staging key, or accompanied with a more comprehensive update to the admin UI that displays a message when in a staging / local environment: "write operations must be performed in prod"
A script to check for dangling images
Especially if we continue to allow write operations in staging/locally, we'll end up with random images in the Cloudflare Images storage that prod isn't aware of. It'd be nice to periodically check for these so we can prune them.
Tags for images
Could enable a gallery of images feature? Search? 🤷
The text was updated successfully, but these errors were encountered:
A grab bag of potential improvements we'd like to make to cloudflare images, for posterity, while the work is fresh in my mind:
The text was updated successfully, but these errors were encountered: