From 99ba1b820480189ac00f791ae7c50d0711943e1a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 17 Jul 2012 00:32:50 +0200 Subject: o Going markdown. --- TODO.md | 31 +++++++++++++++++++++++++++++++ TODO.txt | 18 ------------------ 2 files changed, 31 insertions(+), 18 deletions(-) create mode 100644 TODO.md delete mode 100644 TODO.txt diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..74f0585 --- /dev/null +++ b/TODO.md @@ -0,0 +1,31 @@ +* Add a link to download as CSV. + +* 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. + + 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. + +* 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. diff --git a/TODO.txt b/TODO.txt deleted file mode 100644 index 98a18af..0000000 --- a/TODO.txt +++ /dev/null @@ -1,18 +0,0 @@ -* 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 -* 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. -- cgit v1.2.3