DigitalState/Platform-Notification-Bundle

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Platform-Notification-Bundle

The Notification bundle provides business users the ability to manage government notifications and citizen notification subscriptions. It introduces two new entities to the system: [Notification](Entity/Notification.php) and [Subscription](Entity/Subscription.php).

[![Code Climate](https://codeclimate.com/github/DigitalState/Platform-Notification-Bundle/badges/gpa.svg)](https://codeclimate.com/github/DigitalState/Platform-Notification-Bundle)
[![Test Coverage](https://codeclimate.com/github/DigitalState/Platform-Notification-Bundle/badges/coverage.svg)](https://codeclimate.com/github/DigitalState/Platform-Notification-Bundle/coverage)

## Table of Contents

- [Notification Entity](#notification-entity)
- [Subscription Entity](#subscription-entity)
- [Todo](#todo)

## Notification Entity

## Subscription Entity

## Todo