From f0447b9318c333e89841290a28cb3c352b74bcd9 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 17 Mar 2017 00:26:55 -0700 Subject: [PATCH] Update to-do list on readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 802c1c3..219fc6d 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,13 @@ Etiquette This is the readme file. ### To do list -- Make the wording between "new", "create", "add" and "remove", "delete" more consistent. -- At the moment I don't like the way that warnings and exceptions are so far apart, and need to be updated individually. Consider moving the warning strings to be class properties of the matching exceptions. +- Make the wording between "new", "create", "add"; and "remove", "delete" more consistent. - User account system, permission levels, private pages. -- Generalize the filename expression filter so it can work with any strings. - Improve the "tags on this page" list. Maybe add separate buttons for must/may/forbid on each. - Some way for the database to re-identify a file that was moved / renamed (lost & found). Maybe file hash of the first few mb is good enough. -- Move out more helpers - Debate whether the `UserMixin.login` method should accept usernames or I should standardize the usage of IDs only internally. +- Album size is calculated every time you refresh the page. For large albums this is very slow. Consider caching? Or saving to db? +- Organize the tag exporter functions better. ### Changelog