Yu Wati Nyi created FINERACT-2452:
-------------------------------------
Summary: Recording the audit trail for the new command processing
infrastructure.
Key: FINERACT-2452
URL: https://issues.apache.org/jira/browse/FINERACT-2452
Project: Apache Fineract
Issue Type: Task
Reporter: Yu Wati Nyi
Assignee: Yu Wati Nyi
This is related to the new command processing infrastructure. Currently, the
audit trail is not recorded. The plan is to:
* Implement an `AuditingCommandExecutor' from the `CommandExecutor' interface.
* The `AuditingCommandExecutor` will audit the commands in the database after
the command has been processed/executed.
* There will be two more fields added to the CommandEntity.java:
** `result`: `Success` or `Fail` to record whether the command was successful
or not
** `errorMessage`: to print on failure.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)