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 5 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 the FOSDEM-JSON schedules.

  "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"
        }
      ]
    },
    ...
  ]

@reivilibre reivilibre force-pushed the rei/fd25_devroom_mgrs branch from 0b1db74 to da35e1c Compare December 17, 2024 14:46
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