Add filters and sorters for sorting and filtering users
See original GitHub issueDescription
As the number of contributors is growing and it’s quite hard to find one’s own profile, we need a feature to sort and filter out users. It is to be done on the client-side. The filterable fields are:
- Github user name
- User name
- Country
The sortable fields are:
- Country
- Github user name
- User name
- Total commits (this year)
- Followers
Acceptance criteria
- The above-listed fields should be filterable and sortable as listed.
- The filtering should be done on the client-side. (All the contributor data is present in UI as JSON)
- Add form fields to filter and sort.
Reference
src/pages/index.js
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Access 2016: Sorting and Filtering Records - GCFGlobal
In this lesson, you'll learn how to sort and filter records. Throughout this tutorial, we will be using a sample database. If you...
Read more >Filtering and Sorting Data - Using Microsoft Excel
Go to the Data ribbon, and then click Filter in the Sort & Filter group. You will notice that all of your column...
Read more >Best practices for using filters and sort - SimpleUsability
Both filtering and sorting allow users to take control of the products they see at the top of a long list of products...
Read more >Filters and sorting | Common Room User Guide
This section covers key aspects of using filters and sorting on the Members page and navigating pre-filtered views automatically generated ...
Read more >Guidelines and examples for sorting and filtering data by color
Filter and sort data by color to make data analysis easier and help show highlights and data trends at a quick glance.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed bt #237. Thanks a lot @Abhikumar98 for your wonderful work.
@subeshb1 Most welcome 😄