π Overview
A Community Page should be created to list all registered GitHub users on StoreHUB. Users should be able to sort them based on different criteria like name, contributions, or recent activity. If the backend does not provide an API for this, one should be implemented.
π Use Case
- Allows users to discover other developers in the community.
- Provides sorting options for better navigation.
- Enhances engagement by showcasing active contributors.
π Expected Behavior
- Create a Community Page that displays all GitHub-linked users.
- Fetch user data from the backend.
- Implement sorting options (e.g., Alphabetical, Most Contributions, Most Recent).
- If an API is not available, add a new backend endpoint to retrieve all users.
π Backend API Check
- Verify if an API exists to fetch all GitHub users.
- If not, implement an endpoint (
GET /users) to return the list of users with necessary details.
Thank you for contributing to StoreHUB! π¨βπ»π©βπ»
π Overview
A Community Page should be created to list all registered GitHub users on StoreHUB. Users should be able to sort them based on different criteria like name, contributions, or recent activity. If the backend does not provide an API for this, one should be implemented.
π Use Case
π Expected Behavior
π Backend API Check
GET /users) to return the list of users with necessary details.Thank you for contributing to StoreHUB! π¨βπ»π©βπ»