1.0.0
Updates
- Restructure project, to include the components for running alertwise as a standalone application in one repo. This allows to manage all CAP related code in one repository. The project now contains a complete Wagtail project that can be run with docker.
- Individual apps (capeditor, cap) that can be used independently in other projects, like climweb
- The
capeditor
Django/Wagtail app provides the blueprint that implements the CAP v1.2 protocol. - The
cap
app adds editing/publishing and alerts communication experience to the CAP tool. - These legacy app names (capeditor & cap) have been kept for compatibility purposes with systems that are already using the apps. Changing the names would have required a lot of db/migration updates and fixes.
- Project available on pypi as
alertwise
Full Changelog: 0.6.6...1.0.0