From e42ff98e82e2e7a979c7d9e27ed2c96457ebb0a1 Mon Sep 17 00:00:00 2001 From: kencomer Date: Tue, 14 Aug 2018 01:23:39 -0500 Subject: [PATCH] Add suggestions and observations --- Comments.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Comments.md diff --git a/Comments.md b/Comments.md new file mode 100644 index 0000000..b965d81 --- /dev/null +++ b/Comments.md @@ -0,0 +1,5 @@ +* it would be great to have time-based proprties, aspects, business systems, etc. +* it might prove useful to provide a way to link otherwise unrelated things (e.g., properties) together so that + if one is deleted, the other is. +* inverse fuction? not sure how often such would be useful other than in debugging, but would it be plausible to incorporate backward + links so that it would be possible to easily query a property to learn all entities, aspects, etc. that it is a part of?