-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Overview
Refactor the existing non-voting notification system to send alerts to delegators instead of the delegate address owners. When a delegate hasn't voted on recent proposals, their delegators should receive the notification, regardless of which addresses they have registered in the system.
Current Behavior
- System monitors delegates who haven't voted on the last 3 proposals
- Notifications are sent to users who have registered the delegate's address
- Example: If
alice.ethhasn't voted and is registered in the system,alice.ethreceives the notification
Desired Behavior
- System monitors delegates who haven't voted on the last 3 proposals
- Notifications are sent to users who have delegated voting power to that delegate
- Example: If
alice.ethhasn't voted andbob.ethhas delegated toalice.eth, thenbob.ethreceives the notification (even ifbob.ethhasn't registeredalice.eth's address)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request