nisnevich / discord-consensus-bot

A Discord bot for a consensus in decentralised organisations (e.g. DAO). Implements a lazy consensus and full consensus models.
MIT License
5 stars 4 forks source link

Data export to CSV #14

Closed mikeinweb closed 1 year ago

mikeinweb commented 1 year ago

Please add the ability to export the following data fields for every bot action. 1) timestamp 2) name of the user who called the bot 3) name of the user who received the grant 4) grant amount 5) grant message 6) link to the proposal message

I guess we need data on successful proposals only, if proposal is blocked we don't need to log it.