Add Contributor Search Page to Display Issues and Pull Requests #110
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Title
Add Contributor Search Page to Display Issues and Pull Requests
Description
I have created a new page called contributors-search which displays a list of all the issues and pull requests created by a contributor. When the username of a user is clicked from the profile card, the page automatically redirects to the contributors-search page, showing all issues and pull requests associated with that contributor. This improves the user experience by providing detailed insights into a contributor's activity.
Related Issue
This feature relates to the need for better tracking of contributor activity on the platform, particularly their contributions in terms of issues and pull requests.
Motivation and Context
This change was required to enhance the contributor profile functionality by allowing users to see a list of issues and pull requests created by a specific contributor. It helps to track contributions and provides transparency in a contributor’s involvement with the repository.
Screenshots :
Videos:
bandicam.2024-11-23.23-38-29-718.mp4
Types of Changes
New feature (non-breaking change which adds functionality)
Checklist
My code follows the code style of this project.
My change requires a change to the documentation.
I have updated the documentation accordingly.
All new and existing tests have passed and it does not give any unexpected errors for the same.