usetech-llc / apps

Nomination solution for Kusama
https://nomination.usetech.com/#/Nomination
Apache License 2.0
0 stars 0 forks source link

Stacking events email subscription #26

Closed kpozdnikin closed 4 years ago

kpozdnikin commented 4 years ago

Backend and frontend

Frontend - email subscription. Unsubscribe with unique link generated by accountId and token.

Backend

  1. Subscribe api (save email address by accountId)
  2. Unsubscribe api (delete email address by accountId and email)
  3. Send email confirmation (generated link to confirm) Confirmation text:
  4. Notify user when slash event emmited.
  5. Notify user when optimal validators list changed.
  6. Log notifications to avoid spamming.
  7. Check slash level?