Hacker News new | ask | show | jobs
by jpdlla 4338 days ago
I've found this to be pretty big deal. There are a couple of projects like django-notifications, but I think it only serves half. Notifications is something that almost every web app you build has be it. I've built two different notification systems which support different backends.

I'm thinking of giving it a try to create an open source django notifications project which supports different backends, aggregation, de-duplication, user notifications, activity feed. Seems like pretty ambitious but I think it can be built generic enough to work in multiple projects, at least that was what I've encountered so far.