summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-20 15:32:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-20 15:32:05 -0400
commit1b0426ff1d21f729bc4b3ca59d57f344bcdb4e9d (patch)
treecb9aa7f82108c65bf37b16b049bd75d9053ccb6b
parent3826ef1923a35ef8794f0e3beb0f94f0f40fd9be (diff)
split out todo for webapp export config UI; close export todo!
-rw-r--r--doc/todo/export.mdwn11
-rw-r--r--doc/todo/webapp_export_remote_configuration_interface.mdwn11
2 files changed, 12 insertions, 10 deletions
diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn
index c33078668..7c3bf0ee6 100644
--- a/doc/todo/export.mdwn
+++ b/doc/todo/export.mdwn
@@ -13,14 +13,5 @@ exported data.
Would this be able to reuse the existing `storeKey` interface, or would
there need to be a new interface in supported remotes?
---[[Joey]]
+> [[done]]! --[[Joey]]
-Work is in progress. Todo list:
-
-* Support configuring export in the assistant
- (when eg setting up a S3 special remote).
-
- This is similar to the little-used preferreddir= preferred content
- setting and the "public" repository group. The assistant uses
- those for IA, which could be replaced with setting up an export
- tracking branch.
diff --git a/doc/todo/webapp_export_remote_configuration_interface.mdwn b/doc/todo/webapp_export_remote_configuration_interface.mdwn
new file mode 100644
index 000000000..d6870a68e
--- /dev/null
+++ b/doc/todo/webapp_export_remote_configuration_interface.mdwn
@@ -0,0 +1,11 @@
+Support configuring export remotes in the webapp
+
+Remember the little-used preferreddir= preferred content
+setting and the "public" repository group. The webapp uses
+those for IA, which could be replaced with setting up an export
+tracking branch.
+
+The UI for S3, WebDAV, directory special remote setup could also have a way
+to make it an export, and configure the directory to export. This would
+complicate the UI, so needs thought. --[[Joey]]
+