This is an automated email from the ASF dual-hosted git repository.

rajanmaurya154 pushed a change to branch development
in repository https://gitbox.apache.org/repos/asf/fineract-cn-mobile.git.


    from 014e03d  refractor: Convert java models to kotlin data models
     new 88899c9  feat : fake database layer
     new 5b5ad3a  feat : integrated fake database layer

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 app/build.gradle                                   |  3 +
 .../java/org/apache/fineract/FakeJsonName.java     | 11 ++++
 .../org/apache/fineract/FakeRemoteDataSource.java  | 70 ++++++++++++++++++++++
 .../fineract/data/datamanager/DataManagerAuth.java | 13 +++-
 .../data/datamanager/DataManagerCustomer.java      | 55 +++++++++++++++--
 .../data/datamanager/DataManagerDeposit.java       | 27 ++++++++-
 .../datamanager/DataManagerIndividualLending.java  | 15 ++++-
 .../data/datamanager/DataManagerLoans.java         | 23 ++++++-
 .../data/datamanager/DataManagerRoles.java         | 13 +++-
 app/src/main/resources/authentication.json         |  7 +++
 app/src/main/resources/command.json                |  8 +++
 app/src/main/resources/customer.json               | 46 ++++++++++++++
 app/src/main/resources/customerPage.json           | 52 ++++++++++++++++
 app/src/main/resources/depositAccount.json         | 13 ++++
 app/src/main/resources/identification.json         | 16 +++++
 app/src/main/resources/loanAccount.json            | 55 +++++++++++++++++
 app/src/main/resources/loanAccountPage.json        | 60 +++++++++++++++++++
 app/src/main/resources/plannedPaymentPage.json     | 23 +++++++
 app/src/main/resources/role.json                   | 28 +++++++++
 app/src/main/resources/scanCard.json               |  6 ++
 20 files changed, 532 insertions(+), 12 deletions(-)
 create mode 100644 app/src/main/resources/authentication.json
 create mode 100644 app/src/main/resources/command.json
 create mode 100644 app/src/main/resources/customer.json
 create mode 100644 app/src/main/resources/customerPage.json
 create mode 100644 app/src/main/resources/depositAccount.json
 create mode 100644 app/src/main/resources/identification.json
 create mode 100644 app/src/main/resources/loanAccount.json
 create mode 100644 app/src/main/resources/loanAccountPage.json
 create mode 100644 app/src/main/resources/plannedPaymentPage.json
 create mode 100644 app/src/main/resources/role.json
 create mode 100644 app/src/main/resources/scanCard.json

-- 
To stop receiving notification emails like this one, please contact
rajanmaurya...@apache.org.

Reply via email to