Skip to content

v1.2.0: Merge pull request #48 from CodeForBuffalo/async-emails

Latest
Compare
Choose a tag to compare
@mpbrown mpbrown released this 06 Aug 18:53
· 26 commits to master since this release
553b382

Update Notes

Improvements

  • Adds signals for discount and amnesty applications to send automatic emails:

    • On submission of a new application
    • On official enrollment of an applicant
  • Uses Celery to process tasks asynchronously and CloudAMQP's service for RabbitMQ

  • Updates Travis CI to use RabbitMQ Server

  • Overhauls admin panel with new list display, filters, and actions

  • Adds EmailCommunication model

  • Updates application models with status and notes

  • Includes tests for signals and email tasks