-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Feature Request: Fetch and Display Repository, Followers, and Following Lists
Description:
Currently, the devFinder website provides basic information about GitHub users. To enhance the user experience and provide more comprehensive insights into GitHub users, it would be beneficial to fetch and display additional details such as repository lists, followers, and following lists directly from the GitHub API.
Tasks:
- Implement functionality to fetch and display the repository list of GitHub users.
- Implement functionality to fetch and display the list of followers for each GitHub user.
- Implement functionality to fetch and display the list of users that a GitHub user is following.
Acceptance Criteria:
- The website should fetch and display the repository list, followers, and following lists for GitHub users upon user request.
- Ensure that the fetched data is accurate and up-to-date, reflecting the user's GitHub profile information.
- Implement appropriate error handling in case the GitHub API requests fail or encounter errors.
- Verify the performance and responsiveness of the feature to ensure a smooth user experience.
Additional Information:
- Providing detailed information about GitHub users directly within the devFinder website will improve its utility and user engagement.
- Consider implementing pagination or lazy loading for large repository, followers, and following lists to optimize performance and user experience.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed