daostack / infra

GNU General Public License v3.0
25 stars 22 forks source link

GenesisProtocol Proposal.organization is avatar? #12

Closed dkent600 closed 5 years ago

dkent600 commented 6 years ago

Is GenesisProtocol Proposal.organization always an avatar? If so, can we be consistent with other contracts, and the previous GenesisProtocol, and call it avatar, for clarity? If not, can we clarify in the code comments what types of entities it may possibly represent?

dkent600 commented 6 years ago

OK, I see that the "organization" is initialized from msg.sender in the propose method, so it is neither the avatar nor an organization. It is the address of the contract that created a given proposal. Would be good to add a comment to that effect and perhaps rename organization to owner or creator.