diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-07-17 00:32:50 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-07-17 00:32:50 +0200 |
commit | 99ba1b820480189ac00f791ae7c50d0711943e1a (patch) | |
tree | d6cad6460fcf8de208652fe0cb792d848b557403 | |
parent | 1b3785da5935fb7d1bf983b727ab7ed95d5f6ab0 (diff) | |
download | collection-json-explorer-99ba1b820480189ac00f791ae7c50d0711943e1a.tar.gz collection-json-explorer-99ba1b820480189ac00f791ae7c50d0711943e1a.tar.bz2 collection-json-explorer-99ba1b820480189ac00f791ae7c50d0711943e1a.tar.xz collection-json-explorer-99ba1b820480189ac00f791ae7c50d0711943e1a.zip |
o Going markdown.
-rw-r--r-- | TODO.md (renamed from TODO.txt) | 21 |
1 files changed, 17 insertions, 4 deletions
@@ -1,8 +1,15 @@ * Add a link to download as CSV. -* Check if a navigation menu on the left hand side is useful. See - http://twitter.github.com/bootstrap/examples/fluid.html + +* HTTP +** Show the request too +** Render Link headers from the response + * Handle/follow redirects. +* Support basic authentication + +* Support oauth authentication + * 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. @@ -10,9 +17,15 @@ 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 +* 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. + +* Support uploading of c+j documents. + +* Create a generator that users can use to create their own + collection+json documents. + + Make interactive so people can collaborate on a single specification. |