From 608fd9897938e8567d8575d6b5642ff7689836a7 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Fri, 7 Feb 2020 08:49:00 +0100 Subject: [PATCH] Orgas: add a TODO list --- orgas/TODO | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 orgas/TODO diff --git a/orgas/TODO b/orgas/TODO new file mode 100644 index 0000000..36cc5bd --- /dev/null +++ b/orgas/TODO @@ -0,0 +1,6 @@ +# TODO list + + * item -> item_types -> patron_types -> circulation policies + organisations + * patron_types on organisations.svg + * do it in Python + * use http://localhost:9200/patrons/_search?size=50 and similar to create all graphs? => problem: you need to launch docker-compose and load data (setup), which takes time