aboutsummaryrefslogtreecommitdiff
path: root/doc/ideas.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-21 15:22:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-21 15:22:31 -0700
commit3959d0a9464bf27ccee8e83f624e4e79e52fc311 (patch)
tree96b31ae4a20cf6bf370e8aca7ae4ec1df074ce6d /doc/ideas.rst
parent192be3be507e5bf99521e7eb1206aa928fa47f89 (diff)
downloadconsfigurator-3959d0a9464bf27ccee8e83f624e4e79e52fc311.tar.gz
begin ideas.rst
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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?