Closed mds1 closed 4 years ago
Closes #15
The core functionality is complete and this is ready for review. Before merging, I think we should do the following
updateEndaomentAdmin
FundFactory
OrgFactory
IFundFactory
IOrgFactory
IFactory
Please review carefully as there are a lot of architecture changes! Thanks to @apbendi for helping with design the new architecture
Replying to point 1: -Yup! Point 2: -Completely agrees lets do that.
Last commit completes everything that was left todo in the original description of the PR, so this is ready for final review
Closes #15
The core functionality is complete and this is ready for review. Before merging, I think we should do the following
updateEndaomentAdmin
functions ofFundFactory
andOrgFactory
IFundFactory
andIOrgFactory
into a new interface file calledIFactory
and use that in both placesupdateEndaomentAdmin
functions into their own contract so we can inherit itPlease review carefully as there are a lot of architecture changes! Thanks to @apbendi for helping with design the new architecture