OpenSlides / OpenSlides/openslides-backend

New feature "Function/Post"

Open
#2,796 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature
Dominant language
Python
Stars
9
Forks
40
Avg merge
1d 22h
Merged PRs (30d)
19

Description

See OpenSlides/openslides-client#4527

There needs to be a new collection "post" or "office".
Post should be pre-defined and connected to the meeting_user via a n-to-n relation, which can be set through user.create and user.update.
It should be possible to connect it to a speaker during speaker.create and speaker.update. Both when the user is setting himself on the list and when a manager does it.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the requirements in OpenSlides/openslides-client#4527 and trace the existing user.create, user.update, speaker.create, and speaker.update entry points. Determine how the predefined post or office collection and its many-to-many meeting_user relation fit those flows. Done means posts can be assigned by users and managers, including when connecting a post to a speaker.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.