decentdao / decent-contracts

Your Safe, Superpowered
https://app.fractalframework.xyz
MIT License
3 stars 3 forks source link

Add Proposal Metadata event to Usul Module #7

Closed herbig closed 1 year ago

herbig commented 1 year ago

Usul proposals are essentally just transactions, with a transaction hash.

We would like to display additional metadata in the proposal details UI related to each, such as:

Title Description Anything else? @decent-dao/fractal

herbig commented 1 year ago

@mudrila is there anything other than title / description that we need?

mudrila commented 1 year ago

I'm not sure - but wouldn't it be more extendible to "emit everything" and not limiting specifically to title and description?

herbig commented 1 year ago

Yeah, it looks like Usul already emits what is has in the submitProposal method, so it would be a matter of also emitting what we add to it