Skip to content

Commit

Permalink
Update Potental TODOs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic authored Oct 14, 2024
1 parent ad4bdb3 commit a1ea7ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions guides/other/Potental TODOs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
* Support features of `CREATE TRIGGER`:
* allow specifying a condition for when the trigger should fire
* Creating a batch-processing GenServer to reduce queries to the database.
* 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)
* GenStage producer
* Creating a batch-processing GenServer to reduce queries to the database.
* Allow for local broadcasting of Phoenix.PubSub messages

0 comments on commit a1ea7ec

Please sign in to comment.