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

[meet] Allow meeting without a facilitator #11

Open
domdomegg opened this issue Jul 19, 2024 · 0 comments
Open

[meet] Allow meeting without a facilitator #11

domdomegg opened this issue Jul 19, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@domdomegg
Copy link
Member

Currently the meet API will return an error if asked about a cohort session with no facilitator in Airtable. This seems arbitrary and it should be possible to have facilitator-less sessions (even if we don't need this in future, it makes the system more tolerant of missing data in Airtable).

This probably looks like changing the definitions in db.ts to allow an empty cell e.g. string | null rather than string for facilitator.

Maybe also it should accept no participants e.g. just facilitators.

@domdomegg domdomegg added bug Something isn't working good first issue Good for newcomers labels Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant