alexanderzatko / rovas

Application for participating in the NEO economy
0 stars 0 forks source link

Refactor Merit rewarding #149

Closed alexanderzatko closed 3 years ago

alexanderzatko commented 3 years ago

Projects can have other projects as children, which allows Merit sharing. This parent-child dependency can be recursive and one project node can have not only multiple children, but also multiple parents in this inheritance relationship. The rules_process_purchase_core rule needs to be refactored to update all dependent nodes in this hierarchy whenever a particular project node is rewarded

alexanderzatko commented 3 years ago

done