-
Notifications
You must be signed in to change notification settings - Fork 25
Voting #351
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
Voting #351
Conversation
|
@marcoambrosini Some early design feedback would be appreciated |
|
Very nice @juliusknorr ! |
👍
As a first iteration we are limited to the excalidraw elements (basic shapes for drawing) (similar to the limitations with #278), but we can explore custom rendering separately in the future. |
5d0c593 to
53aef6e
Compare
6483ce3 to
bcf9d48
Compare
bcf9d48 to
15d1be2
Compare
src/types/voting.ts
Outdated
| export interface VotingStartData { | ||
| question: string | ||
| type: string | ||
| options: string[] | ||
| } | ||
|
|
||
| export interface VotingVoteData { | ||
| votingId: string | ||
| optionId: string | ||
| } | ||
|
|
||
| export interface VotingEndData { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like those interfaces are unused.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, let me remove them
Signed-off-by: Julius Knorr <jus@bitgrid.net>
15d1be2 to
02f163c
Compare
Implement votings on whiteboards. For now we allow plain text as voting options, but may extend this at some point to let people vote on actual elements. Once finished the voting results can be added as bar chart to the whiteboard.
Screenshare
Kapture.2025-02-04.at.17.02.20.webm