-
Notifications
You must be signed in to change notification settings - Fork 266
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
Feature request: Support speaker name alias #1177
Comments
Thank you for the suggestion, this will be a great addition. Currently, speaker names are currently just strings, so this will require expanding support to speakers as JSON objects (which also opens up the possibility of adding info such as a bio to the speaker page). As a first pass, I think this will look something like {
"name": "Conference Speaker", # the speaker's canonical name
"slug": "conference-speaker", # can be used to override the default logic for generating speaker URLs when necessary
"aliases": [ # a list of globally unique speaker name aliases
"Conf Speaker",
"C. Speaker",
]
} This will require changes in both pyvideo/pyvideo and pyvideo/data, so I can create the relevant issues on the static site repository to support the new feature as well. Input welcome for this initial new metadata structure (but let's limit the first change to names and aliases). |
Yes I think adding the slug and list of aliases will work. Thanks! |
So if I understand it, the approach is to have a new |
@Mariatta I haven't sketched out an implementation yet, but I think it will likely look like a
|
I understand currently only one name per speaker is allowed.
I'm wondering if it would be possible to support alias for people who might have "stage name", using non-latin alphabets, or different name due to life events.
Examples of such speakers:
Proposed solution:
The text was updated successfully, but these errors were encountered: