sunshine-protocol / sunshine

Governance + Bounty Platform
Other
43 stars 16 forks source link

update client #82

Closed 4meta5 closed 4 years ago

4meta5 commented 4 years ago

I'm rewriting org now to contain all the logic in membership, shares-atomic and shares-membership. Inheritance wasn't necessary here and it was just complicating the f!ck out of the calls from bounty and bank

refactored...

but now I'm going to

4meta5 commented 4 years ago

Note to self: the new org module inheritance for bank and bounty should be direct. This ensures that I can still inherit bank in bounty without hitting inheritance problems when I need to use the logic in org.

4meta5 commented 4 years ago

Next

I'll merge and write tests in future PRs. The current priority is just finishing those three things.