GitHub user Anh3h opened a pull request:
https://github.com/apache/fineract/pull/424
Notification sub-system
Work done:
- [x] User subscription to topic on user creation
- [x] Topic creation on entity creation
- [x] Upgrade process of user notification
- [x] Migration script - topic, topic subscription models for new and
already existing users and entities
- [x] Update user subscription on user transfer and/or update of user's
permission
- [x] Update topic details when entity details updates
- [x] Update topic details when member type are updated at the system level
- [x] Unit test topic-subscriber model
- [x] Added Spring Events to be used in place where ActiveMQ is absent
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Anh3h/fineract activemq
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/fineract/pull/424.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #424
----
commit 5a3c2322f9e8d302a59eb2d9c48055d3f186a576
Author: Anh3h <[email protected]>
Date: 2017-08-23T06:27:57Z
Notification sub-system
commit f7364fa60010600806cb6e20d1280ab115873bf1
Author: Anh3h <[email protected]>
Date: 2017-11-09T12:38:02Z
Add Spring Events to be used when activemq is not available
----
---