Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/codemaster17/decision-driver
- Owner: CodeMaster17
- Created: 2024-03-16T06:32:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T16:42:19.000Z (4 months ago)
- Last Synced: 2024-07-23T19:23:52.504Z (4 months ago)
- Topics: express, mongodb, postgresql, reactjs, shadcn-ui, tailwindcss, vercel
- Language: JavaScript
- Homepage: https://decision-driver-frontend.vercel.app/
- Size: 937 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 rulesThis 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