You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
More than one answer for a proposal question at Reality.eth
Describe the solution you'd like
We should first focus on sending a notification on every new answer.
We probably need a new sentinel and autotask triggered every time a LogNewQuestion is emitted where the user value is one of the Reality Modules (this new autotask must be given the question ID of the new question).
That autotask must create a sentinel that sends notifications on LogNewAnswer events for the question ID.
In detail:
For what we are working on in https://github.com/gnosis/zodiac/pull/91, the on_module_factory_events autotask will execute every time a new Reality Module is created.
on_module_factory_events-autotask Trigger: a new Reality Module it set up Execution: setts up the ProposalQuestionCreated-autotask
ProposalQuestionCreated-autotask Trigger: a new question from the Reality Module that created this autotask Execution: sets up a sentinel that notifies about LogNewAnswer events from Reality.eth that matches the question ID.
This way, we get a notification in Discord for all LogNewAnswer events that are related to Reality Modules.
Is your feature request related to a problem? Please describe.
More than one answer for a proposal question at Reality.eth
Describe the solution you'd like
We should first focus on sending a notification on every new answer.
We probably need a new sentinel and autotask triggered every time a
LogNewQuestion
is emitted where theuser
value is one of the Reality Modules (this newautotask
must be given the question ID of the new question).That
autotask
must create a sentinel that sends notifications onLogNewAnswer
events for the question ID.This requires #97
The text was updated successfully, but these errors were encountered: