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

Aman-Mittal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-loan-origination.git


    from bb13f53  Merge pull request #88 from 
apache/dependabot/github_actions/actions/setup-node-7.0.0
     add 084bb53  FINERACT-2442: add LOS documentation for architecture, API, 
security, development, and workflows
     add 494ac80  FINERACT-2442: Refine README and improve documentation 
navigation
     add 6dc7a00  FINERACT-2442: Clarify LOS POC status in README
     new 3ace51c  Merge pull request #82 from 
KRYSTALM7/feature/FINERACT-2442-documentation

The 1 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:
 Readme.md                                    | 185 ++++++++-
 docs/api/index.adoc                          |  27 ++
 docs/api/rest-api.adoc                       | 554 +++++++++++++++++++++++++++
 docs/architecture/backend-architecture.adoc  | 250 ++++++++++++
 docs/architecture/frontend-architecture.adoc | 147 +++++++
 docs/architecture/index.adoc                 |  30 ++
 docs/architecture/integration.adoc           | 131 +++++++
 docs/architecture/system-overview.adoc       | 169 ++++++++
 docs/development/configuration.adoc          | 170 ++++++++
 docs/development/gpg-commit-signing.adoc     | 143 +++++++
 docs/development/index.adoc                  |  29 ++
 docs/development/setup.adoc                  | 119 ++++++
 docs/development/testing.adoc                | 124 ++++++
 docs/index.adoc                              |  33 ++
 docs/security/authentication.adoc            | 144 +++++++
 docs/security/authorization.adoc             | 112 ++++++
 docs/security/index.adoc                     |  29 ++
 docs/security/security-architecture.adoc     | 189 +++++++++
 docs/workflows/approval.adoc                 | 135 +++++++
 docs/workflows/credit-scoring.adoc           | 141 +++++++
 docs/workflows/disbursement.adoc             | 107 ++++++
 docs/workflows/index.adoc                    |  29 ++
 docs/workflows/loan-origination.adoc         | 157 ++++++++
 23 files changed, 3145 insertions(+), 9 deletions(-)
 create mode 100644 docs/api/index.adoc
 create mode 100644 docs/api/rest-api.adoc
 create mode 100644 docs/architecture/backend-architecture.adoc
 create mode 100644 docs/architecture/frontend-architecture.adoc
 create mode 100644 docs/architecture/index.adoc
 create mode 100644 docs/architecture/integration.adoc
 create mode 100644 docs/architecture/system-overview.adoc
 create mode 100644 docs/development/configuration.adoc
 create mode 100644 docs/development/gpg-commit-signing.adoc
 create mode 100644 docs/development/index.adoc
 create mode 100644 docs/development/setup.adoc
 create mode 100644 docs/development/testing.adoc
 create mode 100644 docs/index.adoc
 create mode 100644 docs/security/authentication.adoc
 create mode 100644 docs/security/authorization.adoc
 create mode 100644 docs/security/index.adoc
 create mode 100644 docs/security/security-architecture.adoc
 create mode 100644 docs/workflows/approval.adoc
 create mode 100644 docs/workflows/credit-scoring.adoc
 create mode 100644 docs/workflows/disbursement.adoc
 create mode 100644 docs/workflows/index.adoc
 create mode 100644 docs/workflows/loan-origination.adoc

Reply via email to