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

Add "isUnconferenceRoom" flag or similar directly to room data #862

Open
lazerwalker opened this issue Sep 26, 2024 · 0 comments
Open

Add "isUnconferenceRoom" flag or similar directly to room data #862

lazerwalker opened this issue Sep 26, 2024 · 0 comments

Comments

@lazerwalker
Copy link
Collaborator

lazerwalker commented Sep 26, 2024

Currently, src/components/NoteWallView.tsx contains a hardcoded array of roomIDs to use for automatic unconferencing room assignment.

Every year since 2022, we have come close to forgetting to update this.

It would be nice if this were automated. I'm imagining there can be a flag on a Room JSON blob that specifies it's an unconference room, and then the NoteWall "assign unconference rooms" function can filter the full set of roomData to grab all of the rooms flagged as unconference rooms.

Could also just rely on our convention of prefixing each room name with unconf (e.g. unconfArchery), but since that needs to be smart enough to e.g. exclude unconferencingHub that's probably too clever by a half compared to an explicit flag.

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

No branches or pull requests

1 participant