From 01cb2ab3fccbc8e9fb6afd23db54c5e2613c24c5 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 6 Feb 2018 00:03:00 +0100 Subject: [PATCH] Basic web page to draw graphs from descriptions --- .gitignore | 2 -- README.md | 5 ++--- index.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 5 deletions(-) create mode 100644 index.html diff --git a/.gitignore b/.gitignore index 6b59895..1377554 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ *.swp -#index.html for local tests -index.html diff --git a/README.md b/README.md index b57f840..83d1b90 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,7 @@ Note that the "drawMcd" method can take a second argument, which indicates the t **TODO** list: - functional integrity constraints (CIF) - - inter-relations constraints (or, and, xor...) + - inter-relations constraints (or, and, xor, inclusion) - inheritance with the right symbol (triangle) - - put online somewhere (user enter graph description and get SVG + SQL) -*Implementation note:* temporary dependency to [underscore](http://underscorejs.org/); good library but used so far only for its shuffle() method. +*Implementation note:* temporary dependency to [underscore](http://underscorejs.org/); used only for its shuffle() method. diff --git a/index.html b/index.html new file mode 100644 index 0000000..429232c --- /dev/null +++ b/index.html @@ -0,0 +1,51 @@ + + + + + + erdiag tool + + + +

Graph description

+ +
+ MCD graph type: + compact + bubble +
+ + + + + + + + -- 2.44.0