aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPitu <[email protected]>2021-01-04 01:04:20 +0900
committerPitu <[email protected]>2021-01-04 01:04:20 +0900
commitfcd39dc550dec8dbcb8325e07e938c5024cbc33d (patch)
treef41acb4e0d5fd3c3b1236fe4324b3fef9ec6eafe /TODO
parentCreate FUNDING.yml (diff)
parentchore: update todo (diff)
downloadhost.fuwn.me-fcd39dc550dec8dbcb8325e07e938c5024cbc33d.tar.xz
host.fuwn.me-fcd39dc550dec8dbcb8325e07e938c5024cbc33d.zip
Merge branch 'dev'
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..e7c0c2f
--- /dev/null
+++ b/TODO
@@ -0,0 +1,13 @@
+- When you are on the table view of files, the column `Albums` doesn't get populated unless you fetch them, obviously.
+ - Think of a strategy to achieve this in a nice manner
+
+- There's nowhere to rename albums
+- Finish /dashboard/tags - right now all it does is ask if you want to delete a tag (make it like the albums page)
+- Make the settings page work properly
+- Add an stats page that displays statistics about the server like free space, free/used memory, etc
+ - Add statistics of total disk space used by a specific user (?)
+ - Page that lists all files ordered by size, useful to find big files
+
+- databaseMigration.js generates thumbnails, make it use the ThumbUtil.js functions for consistency
+- Add pagination to user files
+- Add pagination to public album links