-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow user sort #1075
Allow user sort #1075
Conversation
@alexanmtz I have updated the code #1013 |
@Precious-Macaulay still not seeing any record on the table when we filter on other tabs: And when I tested on the value table along with issues with no bounties, the sorting fails, try to cover this case too. Can you please check these issues? |
Alright i will work on that now |
Also @alexanmtz is there away i can populate my local database to test everything before pushing since migration and seeding only creates 3 task and nothing on the other filters tabs |
@Precious-Macaulay you can edit the seed to have more tasks, or manually add tasks yourself. You can use my test repository do import issues: https://github.com/alexanmtz/test-repository We have our front-end tests that you can use to unit test the component, but I guess it would take longer and not required now. |
@alexanmtz I have checked all issue
Additional update is that i handled the null, date and label sorting better to ensure better precision in sorting. |
Great @Precious-Macaulay, now it's working great 💯 Let's merge it and thanks for all your effort to get the final result 🥇 |
You're welcome! |
See #1013