Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invite devroom managers, even without scheduled talks #235

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

reivilibre
Copy link
Contributor

@reivilibre reivilibre commented Nov 28, 2024

Currently in the conference-bot, people only exist within talks.

But if you want to invite the devroom managers to the devrooms (which have been confirmed) but no talks have been confirmed yet, you currently can't.

This PR makes it so that auditoriums can carry a record of extraPeople to fill this gap.

We also pull in the extraPeople from a special amendment to the datasource that FOSDEM-team have made for us:

  "tracks": [
    {
      "id": 42,
      "slug": "example",
      "name": "Example devroom",
      "email": "[email protected]",
      "type": "devroom",
      "managers": [
        {
          "person_id": 1,
          "event_role": "coordinator",
          "name": "person",
          "email": "[email protected]",
          "matrix_id": "@person:fosdem.org"
        }
      ]
    },
    ...
  ]

N.B. This is untested as I don't have access to the datasource yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant