From 2229a876e045a728425c389e318d44cf205e9c96 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Thu, 17 Sep 2020 17:37:28 -0700 Subject: [PATCH] Remove to-do for album cards. When I first added album cards I left this line on the to do list because I wasn't sure if I would wind up scrapping them. Although they still need refinement, I know they'll be sticking around so let's remove this. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aa27109..e2c7c82 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,6 @@ Here is a brief overview of the project to help you learn your way around: - Find a way to batch the fetching of photo tags in a way that isn't super ugly (e.g. on an album page, the photos themselves are batched, but then the `photo.get_tags()` on each one is not. In order to batch this we would have to have a separate function that fetches a whole bunch of tags and assigns them to the photo object). - Consider using executemany for some of the batch operations. - Check for embedded cover art when thumbnailing audio files. -- A "card" representation of albums, like photos. - Similarly, rename all "tag_object" to tag card and unify that experience a bit. - 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.