Skip to content

Refactor Non-Voting Notifications to Target Delegators #145

@LeonardoVieira1630

Description

@LeonardoVieira1630

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.eth hasn't voted and is registered in the system, alice.eth receives 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.eth hasn't voted and bob.eth has delegated to alice.eth, then bob.eth receives the notification (even if bob.eth hasn't registered alice.eth's address)

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions