OpenSlides / openslides-voting

Voting plugin for OpenSlides 2.x
MIT License
5 stars 4 forks source link

Projector needs dictionary of admitted delegates to draw the delegates table #48

Closed jwinzer closed 6 years ago

jwinzer commented 6 years ago

Original design: The projector shows a delegate board while voting is active. In order to know which delegates to show the projector got a dictionary (key: keypad number, value: list of user_id) via a GET request.

AdmittedDelegatesView get_admitted_delegates

This code has been removed. Let's discuss how to handle this. Do we want to use a RESTView instead?

FinnStutzenstein commented 6 years ago

As discussed: