-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Voting Component #96
Comments
This may be implied, but would be lovely for this to work on the index such that as a user I could see all available proposals and vote on them right on the index screen without having to click through to the proposal detail. (In addition to being able to submit/update a vote on a specific proposal from the details page) |
@helmturner This will also need some type of currentVote optional prop to show the current vote if present for that user won't it? |
Yeah, I limited the scope of this to just a component so that component can be embedded in cards if we choose.
Hmm, maybe—but not with the API as it is. Currently there is no The way it's currently designed, it would make sense for the component to fetch the vote totals internally. Do you think we should add an API endpoint for bulk voting data? |
A couple of clarifications on the spec:
|
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)
The text was updated successfully, but these errors were encountered: