Still on vaca but sharing a realization I just had about AssemblyPress and the Curation Protocol that I sent in the zora slack. tldr adds a bit more work to getting these finalized, but then the structure will be in place for limitless exploration (depending on how many contributors PA can activate)
When you’re back from vacay… could you say a bit more about what moving the curation protocol onto the AP framework looks like in practice? E.g. is there a particular component of the curation protocol that would be replaced by AP?
pretty much we needa move all the logic from Curator.sol (and associated helper files) into a separate “CurationLogic.sol” file (similar to DefaultLogic.sol), and then well have a first class support for creating Press’s using a ~curation contract strategy~ in PressFactory.sol
ERC721Press.sol proxies are initialized with an external logic file + renderer file, which lets us set up basically any strategy we want, as long as it fits this interface