blob: c592e58c6966f4c683c96d74eb4f19eece76d44d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Bugs
- [ ] Input not focused
- [ ] Setting implicit tags removes builtin tags
- [ ] UserService listeners don't seem to be removed after disposal
- [ ] Cancelling tag creation creates the tag anyway
- [ ] Prevent marking tagging complete unless there are actually user tags
# Short-term Features
- [ ] Proper thumbnail generation
- [ ] Video support
- [ ] User/security support
- [ ] Record in UploadedFiles whether the checksums was verified at upload time
- [ ] Record in Media which UploadedFile actually holds the current content
# Long-term Features
- [ ] 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
|