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

jdailey pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-consumer-facing.git

commit eb2604f7c6d747eb50e25de1b3f7058856b27528
Author: jdailey <[email protected]>
AuthorDate: Tue May 19 21:55:46 2026 -0700

    initial commit
---
 .asf.yaml | 21 +++++++++++++++++++++
 README.md | 19 +++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..ecf8509
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,21 @@
+notifications:
+  commits: [email protected]
+  pullrequests: [email protected]
+github:
+  enabled_merge_buttons:
+    merge: true
+    squash: false
+    rebase: false
+  rulesets:
+    - name: 'Branch Protection'
+      type: branch
+      branches:
+        includes:
+          - 'main'
+      restrict_deletion: true
+      restrict_force_push: true
+      required_signatures: true
+      required_linear_history: false
+      required_conversation_resolution: true
+      required_pull_request_reviews:
+        required_approving_review_count: 1
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4ce73f7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+README 
+
+The consumer facing project was started May 2026 as part of the GSOC program. 
+
+OVERVIEW
+It is comprised of two key components: 
+
+One, a set of APIs that surface key Fineract functionality securely and via 
authentication to the end user. 
+We call this a backend for front end. 
+
+Two, a basic front end that is consumer facing. 
+
+This effort is to replace the insecure "Self Service" APIs that were 
deprecated and removed from Fineract in 2025. 
+
+It is intended to allow for a full deployment and demo of the Fineract system 
by a user. 
+
+add further details.... 
+
+

Reply via email to