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 role tracking and name-change tracking #14

Open
ksylvan opened this issue Nov 4, 2023 · 0 comments
Open

Add role tracking and name-change tracking #14

ksylvan opened this issue Nov 4, 2023 · 0 comments

Comments

@ksylvan
Copy link
Owner

ksylvan commented Nov 4, 2023

The Host/Co-Host/me roles can be tracked for each name, along with the display-name.

The idea being that '#Kayvan Sylvan (Host, me)' participant name would create a participant record:

name: 'Kayvan Sylvan'
roles: 'Host, me'
display: '#Kayvan Sylvan (Host, me)

and then a change to '#Kayvan Sylvan (Co-host, me)' would also create an event record:

event_id: 456
name: 'Kayvan Sylvan'
timestamp: '20231103-23:13:09'
note: 'Role changed from (Host, me) to (Co-host, me)'

Similarly, changing '#Kayvan Sylvan (Host, me)' to '@kayvan Sylvan (Host, me)' would result in an event:

event_id: 456
name: 'Kayvan Sylvan'
timestamp: '20231103-23:13:59'
note: 'Display name changed to "@Kayvan Sylvan (Host, me)"'
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