summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-19 15:28:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-19 15:28:55 -0400
commite6188f0b27ae7d97a833ae8970210391bc25f527 (patch)
tree4d0eb6e4933dfca9a86ebe6cff7805c51ed8515f /doc
parent3b92ac1b6db758665445b8de352afde8f6bd5086 (diff)
comment
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/metadata_--batch/comment_1_5cfe3b1a2847cfddd46ab6be249a74e4._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/todo/metadata_--batch/comment_1_5cfe3b1a2847cfddd46ab6be249a74e4._comment b/doc/todo/metadata_--batch/comment_1_5cfe3b1a2847cfddd46ab6be249a74e4._comment
new file mode 100644
index 000000000..54cbe6fa6
--- /dev/null
+++ b/doc/todo/metadata_--batch/comment_1_5cfe3b1a2847cfddd46ab6be249a74e4._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-02-19T19:18:41Z"
+ content="""
+The metadata command is pretty complex. A batch interface would need to
+cover both setting and getting.
+
+There are four different ways to change a value, so it would probably
+make sense for the input to be of the form "file field=value"
+or "file field+=value" or "file field-=value" or "file field?=value"
+
+A field can have multiple values, including "". So, a batch interface
+to querying the value would need to handle that in its output. Perhaps
+json output?
+"""]]