summaryrefslogtreecommitdiff
path: root/issues/data-upload.gmi
diff options
context:
space:
mode:
authorzsloan2022-07-19 12:52:35 -0500
committerGitHub2022-07-19 12:52:35 -0500
commitd49af583df713085640b075224318f763f9a9bd5 (patch)
tree8ea34687e9fff8bf52a4187d2941a88d39b44389 /issues/data-upload.gmi
parent35c4cec2c3c1593b59bc29fa5a738f857ecc270f (diff)
downloadgn-gemtext-d49af583df713085640b075224318f763f9a9bd5.tar.gz
Create data-upload.gmi
Diffstat (limited to 'issues/data-upload.gmi')
-rw-r--r--issues/data-upload.gmi17
1 files changed, 17 insertions, 0 deletions
diff --git a/issues/data-upload.gmi b/issues/data-upload.gmi
new file mode 100644
index 0000000..88839c6
--- /dev/null
+++ b/issues/data-upload.gmi
@@ -0,0 +1,17 @@
+# Add the option to save traits uploaded with the Submit Trait option
+
+# Tags
+
+* assigned: zsloan
+* priority: medium
+* type: feature-request
+* status: open, in progress
+* keywords: data, meta-data
+
+# Description
+
+Current the Submit Trait feature only allows for trait data (submitted as just a string of values) to be saved as a "temp" trait (that is saved in Redis for a limited period of time).
+
+There are two main changes/additions that should be made to this:
+- Allow data to be submitted via a CSV upload
+- Allow data to be saved to the DB via an "Add" (or maybe "Save") button on the trait page after submitting it