https://github.com/ekoindia/interaction-framework-spec
A framework to describe financial transactions and product-flows to automate user-interfaces for financial products.
https://github.com/ekoindia/interaction-framework-spec
automation documentation eko financial-services mysql-schema
Last synced: 12 days ago
JSON representation
A framework to describe financial transactions and product-flows to automate user-interfaces for financial products.
- Host: GitHub
- URL: https://github.com/ekoindia/interaction-framework-spec
- Owner: ekoindia
- License: gpl-3.0
- Created: 2020-06-04T05:07:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T09:27:04.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T06:49:24.950Z (12 days ago)
- Topics: automation, documentation, eko, financial-services, mysql-schema
- Homepage:
- Size: 19 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# interaction-framework
A framework to describe financial transactions and product-flows in order to automatically generate UI for financial products.[](https://github.com/ekoindia/interaction-framework-spec/issues) [](https://github.com/ekoindia/interaction-framework-spec/blob/master/LICENSE)
![]()
---
## Reference
* [Schema (YAML)](https://github.com/ekoindia/interaction-framework-spec/blob/master/schema)
* [Documentation (Table Structure)](https://github.com/ekoindia/interaction-framework-spec/blob/master/doc/README.md)## Introduction
_WIP_## Features
* **Transactions**
* **Request**
* **Responses**
* **Parameters**
* Complex Validations
* Data Type
* Secure/Masked _(eg: password)_
* UI-agnostic Formatting: (Text-Case, Emphasised, etc)
* **Flow**: Define a user's journey for a product by chaining one or more transactions after a certain response.
* Parameter Chains: Pass data along a user-journey
* Direction: Go forward or back to a previous step in a flow.
* **Internationalization**
* **Expressions**: Enables defining of basic logic by making arithmatical or logical calculations.
* **Roles**: Map transactions (products) to roles to enable access control.
* **Reusable Components**: Components like parameters, responses, etc, can be reused
in multiple transactions.