From a2d8ba728c576049b6f0d602b27f62c2e1f737a2 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Thu, 1 Feb 2018 15:55:39 +0100
Subject: [PATCH] add TODOs

---
 parser.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/parser.js b/parser.js
index 5d61040..ea0841a 100644
--- a/parser.js
+++ b/parser.js
@@ -239,6 +239,10 @@ class ErDiags
 		});
 		// Inheritances:
 		_.shuffle(this.inheritances).forEach( i => {
+			// TODO: node shape = triangle fill yellow. See
+			// https://merise.developpez.com/faq/?page=MCD#CIF-ou-dependance-fonctionnelle-de-A-a-Z
+			// https://merise.developpez.com/faq/?page=MLD#Comment-transformer-un-MCD-en-MLD
+			// https://www.developpez.net/forums/d1088964/general-developpement/alm/modelisation/structure-agregation-l-association-d-association/
 			_.shuffle(i.children).forEach( c => {
 				if (Math.random() < 0.5)
 					mcdDot += '"' + c + '":name -- "' + i.parent;
-- 
2.44.0