Skip to content

Introduces notifications and service workers, adds WebPush support

Gabriel Silva requested to merge gabrielssilva/noosfero:notifications into master
  • Introduces Notifiable module
    • an interface for any notification (mailers, push, etc)
  • Adds service workers support
  • Adds WebPush support
    • sends push notifications using VAPID keys and browser specific push servers.
  • Refactors some models to use the new Notifiable module

Pending:

  • package webpush
  • package serviceworker-rails
Edited by Gabriel Silva

Merge request reports