Awesome project here!
I was trying to modify to see if it would be possible to update the shares/payee list after the contract has been created?
Running into some issues because in the underlying openzeppelin contract thats being imported, they have the _shares as private, and the only other way I see it can be interacted with is via the constructor.
mapping(address => uint256) private _shares;
Is it possible to edit once the factory has already created the contract?