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

Create Participant subclass of PersonUID #454

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NeilRashbrook
Copy link
Collaborator

This includes the display of the response status of participants.

Or it would, if I could figure out how to view meeting participants in the new UI... they seem to have all disappeared, along with the close button...

Originally I thought creating the subclass was the way to go, but in the end it might have been be better to just add the property to PersonUID in the first place...

This includes the display of the response status of participants.
@NeilRashbrook NeilRashbrook self-assigned this Feb 24, 2025
@benbucksch
Copy link
Collaborator

Originally I thought creating the subclass was the way to go, but in the end it might have been be better to just add the property to PersonUID in the first place...

It shouldn't be on the generic PersonUID. Your choice was reasonable. Another choice would have been to do Participant class with a person property, but I like your solution better. It makes sense.

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.

2 participants