aboutsummaryrefslogtreecommitdiff
path: root/README-bgstack15.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-02-11 20:56:59 -0500
committerB. Stack <bgstack15@gmail.com>2022-02-11 20:56:59 -0500
commit99f6fb15a5aaa326a729e73974006d1064a5582f (patch)
tree41795c1a447bb88c7521c286840c7d290c0afb8c /README-bgstack15.md
parentadd support for title, and ensure no js (diff)
downloadstackbin-99f6fb15a5aaa326a729e73974006d1064a5582f.tar.gz
stackbin-99f6fb15a5aaa326a729e73974006d1064a5582f.tar.bz2
stackbin-99f6fb15a5aaa326a729e73974006d1064a5582f.zip
use UUID for paste id, and more js removal
Using uuids means that titles need to be used for displaying "replies," "in response to," and so on.
Diffstat (limited to 'README-bgstack15.md')
-rw-r--r--README-bgstack15.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README-bgstack15.md b/README-bgstack15.md
index 34137f5..199b254 100644
--- a/README-bgstack15.md
+++ b/README-bgstack15.md
@@ -11,7 +11,6 @@ Run server.
# Improvements
I still need to practice these:
-* Support editing the title?
* Fix the private bins problem: they always return 403
* Support deleting somehow: from an admin panel, or a link on the page?
* use UUIDs for link instead of sequential integers?
bgstack15