yeago/django-subscription

Requirements for next version

jpic opened this issue · 2 comments

jpic commented

Here a starter proposal as a list of "user stories":

  • user can use default Text and/or HTML rendering out of the box (and then subclass)
  • user can use default Redis and/or Email backend out of the box (and then subclass)
  • user can use a default template and JS to get a notifications widget out of the box (and then override HTML and subclass JS)
  • backends allow to emit and in the case of storage backends: deliver and aknowledge
  • user can provide his own rendering logic to backends

Also some internal support for translations

jpic commented

Duplicate