Adam Saghy created FINERACT-2173:
------------------------------------
Summary: Migration activities for Loan
Key: FINERACT-2173
URL: https://issues.apache.org/jira/browse/FINERACT-2173
Project: Apache Fineract
Issue Type: Improvement
Reporter: Adam Saghy
Fix For: 1.12
We dont have an official way of migrating data from external loan providers
into Fineract, so they usually happens by manually recreating the loans.
To make migration easier, it would be nice to collect some information and
having some flag that reflect whether there is an ongoing migration and that
flag can be fetched via API and reflected on the outgoing external business
events, so it can be used by dowstream systems to build any logic (should they
ignore, should they not...up to them, but they are informed).
I believe we should focus on 2 steps:
- API to mark Loan as migration on going ( `migration=true` flag) and fetch its
status
- Have a flag on the business events that reflects whether there is ongoing
migration or not... (optional field, if migration is ongoing set flag as
`true`, otherwise false or no value...)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)