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

Speaker profile with description #181

Open
MrSunshyne opened this issue Aug 16, 2024 · 2 comments
Open

Speaker profile with description #181

MrSunshyne opened this issue Aug 16, 2024 · 2 comments
Assignees
Labels
featured Will be featured on the frontend.mu website

Comments

@MrSunshyne
Copy link
Member

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.

@k3ii k3ii added the featured Will be featured on the frontend.mu website label Aug 22, 2024
@k3ii k3ii added featured Will be featured on the frontend.mu website and removed featured Will be featured on the frontend.mu website labels Sep 3, 2024
@christopher-adolphe
Copy link
Contributor

Hi @MrSunshyne 👋

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

Can you please, assign me it ? 🙂

@MrSunshyne
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
featured Will be featured on the frontend.mu website
Projects
Status: No status
Development

No branches or pull requests

3 participants