Skip to content

Commit a1ea7ec

Browse files
Update Potental TODOs.md
1 parent ad4bdb3 commit a1ea7ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

guides/other/Potental TODOs.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
* Support features of `CREATE TRIGGER`:
22
* 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
3+
* Allow watchers to support adapter pattern. Potential adapters:
4+
* 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.
57
* Allow for local broadcasting of Phoenix.PubSub messages
68

0 commit comments

Comments
 (0)