Type the event data JSON #17
Labels
No labels
backend
beginner friendly
frontend
size/extra-large
size/large
size/medium
size/small
needs/docs
needs/research
needs/upstream
type/bug
type/external
type/feature
type/refactor
urgency
high
urgency
immediate
urgency
low
urgency
medium
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/tartan-vote#17
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Background
event.datais an untypedserde_json::Valueaccessed by string keys (event.data["vote_type"],["vote_options"],["threshold"],["proxy"],["visibility"]["participants"]) across votes, event, and export handlers.Tasks
EventDatastruct (withserdederives) capturingvote_type,vote_options,threshold,proxy, andvisibility.event.dataintoEventData.Files:
votes/handlers.rs,event/handlers.rs,session/export.rs