OpenSlides / openslides-client

Webclient for OpenSlides 4+
MIT License
3 stars 31 forks source link

Implement time limits for motions #1913

Open luisa-beerboom opened 1 year ago

luisa-beerboom commented 1 year ago

We need to implement time limits (per meeting) for different types of motions which will restrict certain meeting actions to certain time spans. These time limits will be a new backend model within the meetings: time_limit. See OpenSlides/openslides-backend#1582 to view the specifics of the new backend-side functionality

The client needs to:

luisa-beerboom commented 1 year ago

We could additionally show the timestamp-details (something like <name>: <begin>-<end>) as a sort of calendar in the meeting start page (as a thin list on the right side or smth)

luisa-beerboom commented 1 year ago

The edit view for this can use the new daterange-picker that was implemented in #2361