From adad4da086e4bbef8168fd8253a237fa61373fa1 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Wed, 9 Nov 2022 19:43:31 -0800 Subject: [PATCH] Remove to-do list items that have been completed. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c28a9c0..b57277d 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,6 @@ Here is a brief overview of the project to help you learn your way around: - Make the wording between "new", "create", "add"; and "remove", "delete" more consistent. - User account system, permission levels, private pages. -- Replace columns like area, ratio, bitrate by using expression indices or views (`width * height` etc). - Add a `Photo.merge` to combine duplicate entries. - Generate thumbnails for vector files without falling victim to bombs. - Allow photos to have nonstandard, orderby-able properties like "release year". How? @@ -192,7 +191,6 @@ Here is a brief overview of the project to help you learn your way around: - Check for embedded cover art when thumbnailing audio files. - Batch movement of Albums... but without winding up with a second clipboard system? - Overall, more dynamism with cards and tag objects and updating page without requiring refresh. -- Serve RSS/Atom forms of search results. - Caching!! I want more caching of photo's tags and albums, album's children and photos, tag's children, etc. At the moment I don't trust myself to implement it correctly with respect to deletion, relationship changes, and the possibility of two object instances (like an album holding on to a photo, but the photo itself falls out of photodb's get_cached_instance cache, then later a new instance of the photo is created, modified, deleted...) ## To do list: User permissions