HausDAO / daohaus-app

long live pokemol
https://daohaus.club/
Other
134 stars 79 forks source link

MetaPoster: Update UI to create Poster transactions #1845

Open plor opened 2 years ago

plor commented 2 years ago

Metadata write updates

Updating the metadata will change from PUT requests to the daohaus service to transactions to the Poster contract. Currently any DAO member can update metadata, but we can restrict this to minion only so that DAO proposals are required to update metadata.

Discovery

All endpoints from #1844 where an update occurs will need to push to Poster contracts using the schema defined in #1835

plor commented 2 years ago

Tackle this first so there is data available to read in #1844 rather than backfilling data.

plor commented 2 years ago

Changes to:

Lots of spots this happens:

DAO notifications boost and discord boost both do special API stuff (interact with discord API and discourse API), so we still need an API endpoint for this.