summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2025-08-18 04:07:12 +1000
committerJake Mannens <jakem_5@hotmail.com>2026-01-14 21:19:39 +1100
commitadc353665b02e5b47c5cc8b6b7a53737a631ac5c (patch)
tree4fa3bcc14e13ba09f21a622b279860c1be1fbf05
parentae8a4ba476664801f243bca1fc6cd89d99ae7da8 (diff)
Added Todo.md
-rw-r--r--Todo.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/Todo.md b/Todo.md
new file mode 100644
index 0000000..2292aae
--- /dev/null
+++ b/Todo.md
@@ -0,0 +1,35 @@
+# Bugs
+ - [X] Input not focused
+ - [ ] Setting implicit tags removes builtin tags
+ - [X] UserService listeners don't seem to be removed after disposal
+ - [X] Cancelling tag creation creates the tag anyway
+ - [ ] Prevent marking tagging complete unless there are actually user tags
+ - [X] Media upload not deduping media
+ - [ ] Can't delete media
+
+# Short-term Features
+ - [ ] Proper thumbnail generation
+ - [ ] Video support
+ - [ ] User/security support
+ - [X] Record in UploadedFiles whether the checksums was verified at upload time
+ - [X] Record in Media which UploadedFile actually holds the current content
+
+# Long-term Features
+ - [ ] Redirect to last page after login
+ - [ ] Enlarge image view in ViewMedia
+ - [ ] Periodic thumbnail scrubbing
+ - [ ] Loading animations
+ - [ ] Keyboard shortcuts
+ - [ ] Find source
+ - [ ] Collections
+ - [ ] Search memes by audio (for some reason)
+ - [ ] Jump into ingest feed at random point
+ - [ ] Rating system
+ - [ ] Instantaneous OCR processing when media is uploaded
+ - [ ] OCR status reporting on admin page
+ - [ ] Dynamically update OCR data on ViewMedia page
+ - [ ] Image deduplication by visual similarity
+ - [ ] Audit log
+ - [ ] Journaled operations
+ - [ ] Confirmation dialog before enabling NSFW mode
+ - [ ] Upload progress bars