django-wiki / django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API
Apache License 2.0
144 stars 47 forks source link

Notification Improvements? #143

Open dwasyl opened 8 months ago

dwasyl commented 8 months ago

Hey there,

I've been running an older fork of django-nyt with a few tweaks. I have to update my fork to the latest build anyway so I thought I'd check in and see if there's any interest in the specific changes made:

Improved notifymail with a number of changes:

Added to the Settings object:

Added a new setting and option to existing:

Improved the content returned by get_notifications:

@benjaoming would there be any interest in some or all of these things as a PR?

benjaoming commented 8 months ago

Hi @dwasyl - thanks so much for the detailed menu :)

I have to focus on getting a new release out (which I'm doing now) and after that, I can try to list out which of these things are already changed or fixed - and which would be interesting in a PR.

Thanks!