We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please make 1 PR for 1 task in todo
index
sorted_by
relation.order { <field>.desc }
The text was updated successfully, but these errors were encountered:
Do you mean you want to add the ability to sort by created_at, project and title in a given contributor show page?
created_at
project
title
If so, do we need to add columns to the table to show these info? Sorting will be activated by clicking a link in the show page, using query params?
Sorry, something went wrong.
yep, I want to see ?sorted_by=project param, we can update relation query and add search by key
?sorted_by=project
May I try to take this?
I'm gonna take a stab at this if no one has objections
No branches or pull requests
Please make 1 PR for 1 task in todo
TODO
index
implementation to the new operation;sorted_by
value to operation and return contributors in right order (userelation.order { <field>.desc }
method.sorted_by
value to operationsThe text was updated successfully, but these errors were encountered: