We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4bdb3 commit a1ea7ecCopy full SHA for a1ea7ec
guides/other/Potental TODOs.md
@@ -1,6 +1,8 @@
1
* Support features of `CREATE TRIGGER`:
2
* allow specifying a condition for when the trigger should fire
3
- * Creating a batch-processing GenServer to reduce queries to the database.
4
- * Make watchers more generic (?). Don't need dependency on PubSub, but could make it an adapter or something
+ * Allow watchers to support adapter pattern. Potential adapters:
+ * Phoenix PubSub (the default, would work like it does now)
5
+ * GenStage producer
6
+ * Creating a batch-processing GenServer to reduce queries to the database.
7
* Allow for local broadcasting of Phoenix.PubSub messages
8
0 commit comments