Skip to main content

Djangoflow Omnichannel Notifications

Opinionated Django Omnichannel Notifications

Principles

  • Opinionated: Create a set of strict guidelines to be followed by the users and developers. Well defined and consistent guidelines reduces errors and unwanted side-effects. Framework should be easy to understand, implement and maintain.

  • Secure: Follow the industry best practices secure software development; communications; storage as well as long term maintenance. Always evaluate the risk and trade-offs in appropriate contexts.

  • Clean code: Strictly follow DRY principle; write your code for other developers to understand; document and keep documentation updated; automate testing your code, packaging, deployments and other processes; discuss your ideas before implementing unless you are absolutely sure; be a good craftsmen.

  • Open: Offer source code and related artifacts under open source licenses. Build and manage a collaborative community where everyone is welcome.

  • Configurable: Provide ways to change behavior, appearance and offer extension points everywhere possible.

  • Reuse: Do not reinvent the wheel. Use existing high-quality modules as much as possible.

Endpoints

  • devices/
  • action-categories/

Data model

...

Views and templates

...

Development

Running test application.

Here you can check admin and API endpoints.

python3 -m venv venv
. venv/bin/activate
pip install -e .[test]
./manage.py runserver

Running tests

# Without coverage report
make test

# With coverage report
make test-cov

Deploying new version

Change version in setup.cfg and push new tag to main branch.

git tag 0.0.x
git push --tags

Other modules and links out there

...

Sponsors

Apexive OSS

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-df-notifications-1.2.3.tar.gz (14.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_df_notifications-1.2.3-py3-none-any.whl (19.4 kB view details)

Uploaded Python 3

File details

Details for the file django-df-notifications-1.2.3.tar.gz.

File metadata

  • Download URL: django-df-notifications-1.2.3.tar.gz
  • Upload date:
  • Size: 14.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for django-df-notifications-1.2.3.tar.gz
Algorithm Hash digest
SHA256 704b0f5d6f274f977183697e3e15a5ee67b77b1ef87db4f4bb2e644f6c97e4f5
MD5 aa9d5ec68ff9fef7aa1d035a454efc40
BLAKE2b-256 4054267e163d2aaa782e723af7392cbae3f6aceffb85fbc861b2dc540c6bca00

See more details on using hashes here.

File details

Details for the file django_df_notifications-1.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for django_df_notifications-1.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1d9d3cb44cd7d9ae62e8f8e459ed878c9de465cb7520fb3bbe8f6422b1b78482
MD5 fc02e21d05267214c34c2b3b8dfbeb29
BLAKE2b-256 b07b5af9910ddf9da2a0f2133054ce67b7ea1f9313ae37bbd3b58011b5327fff

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page