From: Francesc Alted Date: Fri, 1 Jun 2018 09:44:24 +0000 (+0200) Subject: Added a TODO list in main README X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=commitdiff_plain;h=0c9d389d8c59ed3cbc38fa0978ae835208380cad;ds=sidebyside Added a TODO list in main README --- diff --git a/README.md b/README.md index 3871d78..0d64c9c 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,9 @@ Run `pip install datasette-pytables` to install both the forked version of Datas This will start a web server on port 8001; then you can access to your data visiting [http://localhost:8001/](http://localhost:8001/) Read the [Datasette documentation](http://datasette.readthedocs.io/en/latest/) for more advanced options. + +# TODO + +* Allow a clickable link when browsing tables with nested fields or multi-dimensional arrays + +* Show the columns that can be sorted by instead of just raising an exception.