Task:
- Create an application for Credit Loan Company.
- There must be two types of users: Worker & Manager.
- The Worker is allowed: to register new Customer, to upload Transaction Report for specific Customer, to get analysis of
Transaction Report (total income, total spent, balance, list of risky transactions). - The Worker can process Loan application for a Customer and make final Decision either to approve it or decline it.
- The Decision must be based on analysis of Customer's Transaction Reports.
- The Manager is allowed: to define a list of risky transactions, to add new Workers and manage Customers accounts.
The decision-making logic is based on 'Loan Prediction Practice Problem' course.
more info coming soon...