holium / ballot

An Urbit app for voting on proposals and polls.
MIT License
2 stars 0 forks source link

Custom action API #19

Closed drunkplato closed 2 years ago

drunkplato commented 2 years ago

Allows a host to add action .hoon files to a predefined folder in the %ballot desk that can be triggered when the vote is counted and a choice wins.

Each .hoon will receive the result-summary object along with the choice metadata (which could be expanded for the action API) as input.

This should be mapped out and documented.

drunkplato commented 2 years ago

This is essentially done.