Skip to content

update team data#62

Merged
Adedamola18 merged 6 commits intomainfrom
team-section-update
Dec 23, 2025
Merged

update team data#62
Adedamola18 merged 6 commits intomainfrom
team-section-update

Conversation

@Adedamola18
Copy link
Copy Markdown
Member

@Adedamola18 Adedamola18 commented Dec 22, 2025

Issue https://github.com/EveripediaNetwork/issues/issues/4657 will be closed when this PR merged

Update team page with new members and fix social links

This PR adds new members and update some existing team members details

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Dec 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
braindao-ui Ready Ready Preview Dec 23, 2025 3:36pm

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @Adedamola18, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on updating the team data to reflect current members and their accurate social profiles. It incorporates new team members and ensures that all social links for existing members are correct, while also adding a new role to the system's localized text.

Highlights

  • New Team Members Added: Three new individuals, Timonwa Akintokun, Olivia MacDonell, and Pelumi Aderinto, have been added to the team roster.
  • Social Link Updates and Corrections: Several existing team members' social media links (LinkedIn, Twitter/X, and Wiki) have been updated or corrected for accuracy.
  • New Role Introduced: A new role, 'Developer Relations Engineer', has been added to the internationalization files for English, Korean, and Chinese.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the team data by adding new members and modifying existing members' social media links. The changes are mostly correct, but there's an issue with one of the updated social links where a LinkedIn URL is used for a Twitter link field. Additionally, for consistency, a newly added Twitter link should use the x.com domain like other updated links in this PR.

Comment thread src/data/team.ts Outdated
role: "executiveEditor",
src: "/images/team/lucas.png",
twitterLink: "https://x.com/devmaxflip",
twitterLink: "https://www.linkedin.com/in/serpaxyz/",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The twitterLink property is incorrectly set to a LinkedIn URL. This will cause the UI to display a Twitter icon that links to a LinkedIn profile, which is a poor user experience. Please use a valid Twitter/X URL. Based on the URL provided, it seems the correct Twitter handle might be serpaxyz.

You might also want to update the linkedinLink on the next line to use the serpaxyz handle for consistency, as the devmaxflip handle appears to be outdated.

Suggested change
twitterLink: "https://www.linkedin.com/in/serpaxyz/",
twitterLink: "https://x.com/serpaxyz",

Comment thread src/data/team.ts Outdated
role: "developerRelationsEngineer",
src: "/images/team/timonwa.png",
linkedinLink: "https://www.linkedin.com/in/timonwa/",
twitterLink: "https://twitter.com/timonwa_",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with other social link updates in this pull request and Twitter's rebranding, it's recommended to use x.com instead of twitter.com.

Suggested change
twitterLink: "https://twitter.com/timonwa_",
twitterLink: "https://x.com/timonwa_",

Copy link
Copy Markdown
Contributor

@invisiblemask invisiblemask left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The logo looks misaligned with the rrest of the content

Image

@Adedamola18
Copy link
Copy Markdown
Member Author

The logo looks misaligned with the rrest of the content

Image

Will update it now, must have been missed during the xmas theme implementation

@Adedamola18 Adedamola18 merged commit 127af8a into main Dec 23, 2025
2 checks passed
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.

3 participants