You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when clicking on a specific team member’s name and then the GitHub button on the Team section in the Home Page of the website, all team members are being redirected to the same GitHub profile: https://github.com/SOURHEAD. This is incorrect, as each team member should have their own unique GitHub profile URL.
Expected Behavior:
When a user clicks on a team member's name and then the GitHub button, they should be redirected to the correct GitHub profile for that specific team member.
Steps to Reproduce:
Go to the Team section of the website.
Click on any team member’s name.
Click on the GitHub button.
Notice that all team members are being redirected to https://github.com/SOURHEAD.
Suggested Fix:
Update the GitHub button links for each team member to point to their actual GitHub profiles.
To obtain the correct GitHub URLs for each team member, you can:
Ask them directly via DMs.
Communicate through any relevant JODC communication channels to gather their GitHub profile URLs.
Action Items:
Collect GitHub profile URLs for all team members.
Update the GitHub links in the code to reflect the correct URLs for each individual team member.
Additional Context:
This fix will improve user experience by ensuring that visitors can navigate to the correct GitHub profiles for each team member, rather than being directed to a single incorrect profile.
The text was updated successfully, but these errors were encountered:
Currently, when clicking on a specific team member’s name and then the GitHub button on the Team section in the Home Page of the website, all team members are being redirected to the same GitHub profile:
https://github.com/SOURHEAD
. This is incorrect, as each team member should have their own unique GitHub profile URL.Expected Behavior:
Steps to Reproduce:
https://github.com/SOURHEAD
.Suggested Fix:
Action Items:
Additional Context:
This fix will improve user experience by ensuring that visitors can navigate to the correct GitHub profiles for each team member, rather than being directed to a single incorrect profile.
The text was updated successfully, but these errors were encountered: