Giter Club home page Giter Club logo

django-notification's People

Contributors

brosner avatar diox avatar edcrypt avatar empty avatar glemignot avatar hellp avatar iamalazybum avatar jezdez avatar jjconti avatar jtauber avatar mcroydon avatar slafs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

django-notification's Issues

Not so much an issue, as a question.

I've made a number of changes to notification for a site. Some of these are:

  1. SMS notifications
  2. HTML support for emails.
  3. added user_can_modify boolean field added to NoticeTypes. You may not want to allow a user to be able to modify notification settings for certain types of notices.
  4. Added a Generic Foreign Key to notices to allow extending the send checking feature.

To explain further.

Say a user wants to receive only Email notifications related to tribe X, but no SMS . From tribe Y say they want to receive SMS notifications, but not email. And then say for tribe Z they want to only receive onsite notifications.

So now with the changes I made each notice has a new foreign key (if its null it is not checked) which we use to get a model instance that we ask whether we should send the notification. This allows for extending the notification system, which can give the user a finer granularity control.

So the question is are any of these items of interest to you?

Create notification for email but do not store data in the database.

It would be great to implement support for email only notifications, where the user receives an email containing the notification, but no data is stored in the database for efficiency, and thus it is not presented in anyway in the user notification settings other than allowing them to opt out of receiving the email.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.