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

CLI: First stab at "assess-rooms" command #156

Merged
merged 1 commit into from
Aug 27, 2024
Merged

CLI: First stab at "assess-rooms" command #156

merged 1 commit into from
Aug 27, 2024

Conversation

tidoust
Copy link
Member

@tidoust tidoust commented Aug 27, 2024

This adds an initial assess-rooms command to analyze rooms capacities against known list of registrants for TPAC events, as described in #150.

To get a quick report in markdown, run:

npx tpac-breakouts assess-rooms all > res.md

The command only looks at the overall number of participants and observers for each meeting. It does not expect entries in the registrants page to contain duplicated entries (although the one for TPAC 2024 does for the APA WG for some reason).

Report also remains simple for the time being.

This adds an initial `assess-rooms` command to analyze rooms capacities
against known list of registrants for TPAC events, as described in #150.

To get a quick report in markdown, run:

```
npx tpac-breakouts assess-rooms all > res.md
```

The command only looks at the overall number of participants and observers for
each meeting. It does not expect entries in the registrants page to contain
duplicated entries (although the one for TPAC 2024 does for the APA WG for some
reason).

Report also remains simple for the time being.
@tidoust tidoust merged commit 63ce2a7 into main Aug 27, 2024
1 check passed
@tidoust tidoust deleted the assess-rooms branch August 27, 2024 16:38
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