TODO: Add writer mode, permissions, and UID tasks
authorSamuel Ortiz <sameo@linux.intel.com>
Tue, 11 Oct 2011 10:15:06 +0000 (12:15 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 21 Oct 2011 06:54:06 +0000 (23:54 -0700)
TODO

diff --git a/TODO b/TODO
index 6621518..b48881b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,6 +21,16 @@ Core
   level input, e.g. an image or an URL.
 
 
+- Writer Mode
+
+  Priority: Medium
+  Complexity: C4
+  Dependencies: Core:NDEF building library
+  Owner: Samuel Ortiz <sameo@linux.intel.com>
+
+  In writer mode, neard allows application to write to an NFC tag.
+
+
 - Card Emulation Mode
 
   Priority: High
@@ -53,6 +63,25 @@ Core
   Forum draft) protocol.
 
 
+- Read/Write permission check
+
+  Priority: Medium
+  Complexity: C2
+  Owner: Samuel Ortiz <sameo@linux.intel.com>
+
+  A tag can be in read only or read/write mode, and that needs to be
+  exported trough the D-Bus interface.
+
+
+- UID export
+
+  Priority: Medium
+  Complexity: C2
+  Owner: Samuel Ortiz <sameo@linux.intel.com>
+
+  Many NFC tags do have a UID associated to it. This is tag type dependent
+  but could be exported through the D-Bus interface as well.
+
 Reader mode
 ===========