aboutsummaryrefslogtreecommitdiff
path: root/doc/ideas.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ideas.rst')
-rw-r--r--doc/ideas.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/ideas.rst b/doc/ideas.rst
new file mode 100644
index 0000000..215b1fa
--- /dev/null
+++ b/doc/ideas.rst
@@ -0,0 +1,27 @@
+Ideas for future development
+============================
+
+Patches welcome.
+
+Properties
+----------
+
+Connections
+-----------
+
+Data sources
+------------
+
+- It might be useful to have a data source which can just provide a single
+ item of data when registered. Then in your consfig you can just register
+ this data source to make a particular file you have on your system available
+ to deployments.
+
+Core
+----
+
+- Could we signal a condition whenever the contents of a property's function
+ cell is called when that property has a :HOSTATTRS subroutine? The point
+ would be to avoid calling the property within another property without
+ calling its :HOSTATTRS subroutine too -- could we figure out catching and
+ ignoring the condition when its :HOSTATTRS subroutine did get run?