OpenSlides / openslides-vote-service

Voting service for OpenSlides4
MIT License
0 stars 10 forks source link

On Vote Stop: On vote delegate, tell which user actually send the vote request #272

Closed ostcar closed 2 months ago

ostcar commented 2 months ago

Currently, the users are send to the backend as a list of user_ids:

https://github.com/OpenSlides/openslides-vote-service/blob/dec4c3115eaf52a33f149c3b98700d0429982590/vote/http/http.go#L172-L178

For this implementation, it has to be changed to some sort of of dictonary or a list of tuples.

@luisa-beerboom I will create a proposal and send you the draft.

ostcar commented 2 months ago

As discussed, we don't do this for this moment