Fix username in GitHub Statistics section#5
Conversation
Co-authored-by: colleenpridemore <4281084+colleenpridemore@users.noreply.github.com>
Signed-off-by: Colleen Pridemore <4281084+colleenpridemore@users.noreply.github.com>
|
@copilot thr correct username is colleenpridemore |
Co-authored-by: colleenpridemore <4281084+colleenpridemore@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates username parameters in the GitHub Statistics section of the organization's profile README. The changes switch from organization username (Violet-Site-Systems) to a personal username (colleenpridemore) across GitHub statistics APIs, project repository links, and the profile views counter. Additionally, it standardizes the GitHub Streak Stats API parameter from ?user= to ?username= for consistency with other services.
- Updated GitHub statistics API calls to use personal username instead of organization username
- Changed parameter from
?user=to?username=in GitHub Streak Stats API for consistency - Modified project repository links to point to personal profile instead of specific repositories
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ``` | ||
|
|
||
| <img src="https://komarev.com/ghpvc/?username=Violet-Site-Systems&label=Profile+Views&color=8B00FF&style=for-the-badge" alt="Profile Views" /> | ||
| <img src="https://komarev.com/ghpvc/?username=colleenpridemore&label=Profile+Views&color=8B00FF&style=for-the-badge" alt="Profile Views" /> |
There was a problem hiding this comment.
The profile views counter now tracks views for a personal profile (colleenpridemore) instead of the organization profile (Violet-Site-Systems). This means the counter will not accurately reflect views of the organization's profile page. The username parameter should match the organization name for accurate tracking.
| <img src="https://komarev.com/ghpvc/?username=colleenpridemore&label=Profile+Views&color=8B00FF&style=for-the-badge" alt="Profile Views" /> | |
| <img src="https://komarev.com/ghpvc/?username=Violet-Site-Systems&label=Profile+Views&color=8B00FF&style=for-the-badge" alt="Profile Views" /> |
| *Next-gen site building tools* | ||
|
|
||
| [](https://github.com/Violet-Site-Systems) | ||
| [](https://github.com/colleenpridemore) |
There was a problem hiding this comment.
The repository link for the "Modern Web Framework" project now points to the personal profile (https://github.com/colleenpridemore) instead of a specific repository. This makes it unclear which repository users should view. Consider either linking to the specific project repository or to the organization's repositories page.
| [](https://github.com/colleenpridemore) | |
| [](https://github.com/colleenpridemore?tab=repositories) |
| *Beautiful analytics dashboards* | ||
|
|
||
| [](https://github.com/Violet-Site-Systems) | ||
| [](https://github.com/colleenpridemore) |
There was a problem hiding this comment.
The repository link for the "Data Visualization Suite" project now points to the personal profile (https://github.com/colleenpridemore) instead of a specific repository. This makes it unclear which repository users should view. Consider either linking to the specific project repository or to the organization's repositories page.
| [](https://github.com/colleenpridemore) | |
| [](https://github.com/colleenpridemore/data-visualization-suite) |
GitHub Statistics section was using incorrect username values. Fixed parameter consistency and updated username to the correct value.
Changes
profile/README.mdline 112: changed?user=to?username=for API consistencyViolet-Site-Systemstocolleenpridemore:This aligns all GitHub statistics APIs to use the correct
username=parameter format and the proper usernamecolleenpridemore.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.