summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-07-11 01:14:47 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-07-11 01:14:47 +0200
commit3a414b48a086e2198c75265e673aeed4cb7e70a8 (patch)
tree7507530cbc4d79617120284983fc76f46ea77c34 /TODO.txt
parent1d3a63d75fce583032333a9d088a0d6d6569f58d (diff)
downloadcollection-json-explorer-3a414b48a086e2198c75265e673aeed4cb7e70a8.tar.gz
collection-json-explorer-3a414b48a086e2198c75265e673aeed4cb7e70a8.tar.bz2
collection-json-explorer-3a414b48a086e2198c75265e673aeed4cb7e70a8.tar.xz
collection-json-explorer-3a414b48a086e2198c75265e673aeed4cb7e70a8.zip
o Adding first and last links.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 095d907..98a18af 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -2,3 +2,17 @@
* Check if a navigation menu on the left hand side is useful. See
http://twitter.github.com/bootstrap/examples/fluid.html
* Handle/follow redirects.
+
+* Allow the application to inline queries and templates. A collection
+ can point to documents that contain queries and templates with link
+ relations, the client should be able to fetch these and inline them.
+
+ Might have to be done on the server side. Should probably make this
+ an optional feature enabled with cookies or something.
+
+Usability
+* For usability for newcomers to C+J consider adding explanatory texts
+ all over the application. Explain where data comes from, why
+ something is missing (missing fields etc). Allow the user close
+ warnings and have the browser remember which warnings has been
+ silenced.