I am building a project in which i will have a list of fractional NFT's.
NFT1 --> 10 Parts. NFT2 --> 20 Parts.
...
NFTN --> X Parts.
i want people who ones Parts of the NFT1 to be able to vote to decide what are we going to do with it. a small DAO for every single one of those NFT's. I am wondering if i should implement this from scratch ( not 100 secure ), or use existing code from openZeppelin although i did't find DAO's based on the 1155 in openZeppelin web site ?