project-flogo / rules

Golang based Rules for Real-time Contextual Decisions
BSD 3-Clause "New" or "Revised" License
112 stars 39 forks source link

Feature creditcard example #59

Closed LakshmiMekala closed 5 years ago

ykalidin commented 5 years ago

Change the Tuple primary key values. Only id field should be primary, other fields like address need not be mandatory. Applicant data should not be added to the network when applicant age is less than 18 or address is nil.

ykalidin commented 5 years ago

Make the Cibil action independent of NewAccount action. Cibil action should be dependent on UserAccount. User add action trigger can be removed. User should be added when NewAccount action is triggered. NewAccount action ttl should be changed to 0.