allow multiple votes at once (WIP/need to be fixed)

This commit is contained in:
Jean Jacques Avril 2025-03-09 07:25:03 +00:00
parent 17c099fc3d
commit f079de53e6
4 changed files with 1400 additions and 7 deletions

View File

@ -14,17 +14,29 @@
{
"id": "vote-options",
"content": [
{
"id": "abstain",
"label": "Ich enthalte mich234"
},
{
"id": "va9h6snd",
"label": "Das Reicht"
},
{
"id": "yes",
"label": "Ja, ich stimme zu"
},
{
"id": "no",
"label": "Nein, ich stimme nicht zu"
"id": "1w5u17px",
"label": "5674567"
},
{
"id": "abstain",
"label": "Ich enthalte mich"
"id": "no",
"label": "Neinneinenen"
},
{
"id": "2puzfaka",
"label": "2345tg2"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@ -1 +1,8 @@
[]
[
{
"id": "0dfdb724-b6f2-47db-917b-0d233bef5e93",
"vote": "abstain",
"comment": "ich was.",
"timestamp": "2025-03-02T19:12:44.209Z"
}
]

View File

@ -1 +1,3 @@
[]
[
"f149de36-b116-46dc-9fbb-a6e216d1fec1"
]