We need to give members a way to vote! For that, we need a voting component.
Requirements:
- Should take a proposal ID and Title as props
- Should allow users to cast or update votes for the given proposal
- May also take a Title prop to display on the component
- Does not need to be styled (yet)
- Should handle errors (see the api docs)
Also, see additional requirements in this comment: #96 (comment)
We need to give members a way to vote! For that, we need a voting component.
Requirements:
Also, see additional requirements in this comment: #96 (comment)