Skip to main content

Opinionated Django Omnichannel Notifications.

Project description

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

Project details


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.13.tar.gz (15.8 kB view details)

Uploaded Source

Built Distribution

django_df_notifications-1.2.13-py3-none-any.whl (21.6 kB view details)

Uploaded Python 3

File details

Details for the file django_df_notifications-1.2.13.tar.gz.

File metadata

File hashes

Hashes for django_df_notifications-1.2.13.tar.gz
Algorithm Hash digest
SHA256 bd111e966e55809beddb95a38526aaaf079d3939d5597f6a7c450bc9842cda5b
MD5 71a089740377f646a1a477c1edf30a9a
BLAKE2b-256 1f2aee53b0b1f948f4cb624db638dc6a7b443c5111141e615233784b80e01ebf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_df_notifications-1.2.13-py3-none-any.whl
Algorithm Hash digest
SHA256 824a957b2f78b8725f5ac98faa0e230bd9d698d88150a0889408569f96435986
MD5 45359edf03e66d22758a925587c093e5
BLAKE2b-256 6af0d075613835b18cc11e85b67a5f9f0233a5ac02dd165785b80d4b6fb33821

See more details on using hashes here.

Supported by

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