Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codemaster17/decision-driver

A no code rule builder for bank administrators with features like creating, debugging, testing rules in the real time.
https://github.com/codemaster17/decision-driver

express mongodb postgresql reactjs shadcn-ui tailwindcss vercel

Last synced: 7 days ago
JSON representation

A no code rule builder for bank administrators with features like creating, debugging, testing rules in the real time.

Awesome Lists containing this project

README

        

# Decision Driver - A no code rule builder and tester for bank administrators.
Banks need to create a Decision Management Driver for all automated decisions made in bank.

In this DecisionDriver, analysts should be able to:
Write and modify rules
Check that the rules run correctly
Debug every calculation in the rules

This is an example of the challenges analysts face today.

Most Business Analysts do not know programming languages and are not tech-savvy.

They need a no-code rule-writing experience where they can focus on penning down their business knowledge without technology getting in the way.

# Key Features:
- 𐄳 Dynamic rule creation
- ✔️ Dynamic SQL Generation
- ➕ Dynamic JSON Generator
- ⚡️ Realtime testing on database
- ✚ Combine multiple conditions together
- ⚠️ Make rule and their and respective action

![image](https://github.com/CodeMaster17/Decision-driver/assets/96763776/188605d7-c617-40e8-9939-8b4d3eb30912)

![image](https://github.com/CodeMaster17/Decision-driver/assets/96763776/fab86e80-1c73-4a83-85a0-b7bf7215cecf)

![image](https://github.com/CodeMaster17/Decision-driver/assets/96763776/fbfb3257-7900-47a5-b434-6290df61bdbf)

![image](https://github.com/CodeMaster17/Decision-driver/assets/96763776/a14c3e6b-353d-4ac2-aad1-204615f35d9d)

![image](https://github.com/CodeMaster17/Decision-driver/assets/96763776/84d5e47c-df06-45e8-b258-9d4d61f2e035)

# Tech Stack:
- Frontend: ReactJS
- Backend: NodeJS
- Database: PostreSQL, MongoDB
- Deployment: Vercel
- Styling: TailwindCSS
- Component Library: Shadcn