frontend.mu icon indicating copy to clipboard operation
frontend.mu copied to clipboard

Speaker profile with description

Open MrSunshyne opened this issue 1 year ago • 3 comments

Steps

1. Add 'speakers.json' file in the repository.

The suggested shape should be as follows:

{
'MrSunshyne': {
    'bio': 'bio goes here',
    'job_title': 'works in sugar cane fields'
},
'cedpoilly': {
    'bio': 'bio goes here',
    'job_title': 'Full time streamer, part time nuxt developer'
}
....
}

2. Update fetchSpeakers

The github username of the speaker is used as key. When fetching speaker data, the function should check this file and insert the data before returning it to be used.

3. Update UI

Update the UI of a single speaker page to display these details.

MrSunshyne avatar Aug 16 '24 14:08 MrSunshyne

Hi @MrSunshyne :wave:

I would like to contribute to add this feature to the project.

Can you please, assign me it ? :slightly_smiling_face:

christopher-adolphe avatar Dec 02 '24 05:12 christopher-adolphe

Go for it! We're here to help You can also join the discord server for faster discussions

MrSunshyne avatar Dec 02 '24 06:12 MrSunshyne

@MrSunshyne it looks like this feature has already been added.

If so, this issue can be closed.

n-d-r-d-g avatar Apr 02 '25 19:04 n-d-r-d-g