From b0ea2104f6cc387b79656d84f00588be56043826 Mon Sep 17 00:00:00 2001 From: Iago Bonnici Date: Tue, 23 Jul 2024 17:38:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Import=20TODO=20item=20from=20#1?= =?UTF-8?q?52.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Framework/Framework.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Framework/Framework.jl b/src/Framework/Framework.jl index 5a097a650..7cf905475 100644 --- a/src/Framework/Framework.jl +++ b/src/Framework/Framework.jl @@ -97,6 +97,10 @@ module Framework # - [ ] `depends(other_method_name)` to inherit all dependent components. # - [.] Recurring pattern: various blueprints types provide 'the same component': reify. # - [ ] Namespace properties into like system.namespace.namespace.property. +# - [ ] Hooks need to trigger when special components combination become available. +# See for instance the expansion of `Nutrients.Nodes` +# which should trigger the creation of links if there is already `Species`.. or vice +# versa. using Crayons using MacroTools