Skip to content
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

Feature: show page, sort by created_at, project and title #20

Open
4 tasks
davydovanton opened this issue Jun 3, 2017 · 4 comments
Open
4 tasks

Feature: show page, sort by created_at, project and title #20

davydovanton opened this issue Jun 3, 2017 · 4 comments

Comments

@davydovanton
Copy link
Member

davydovanton commented Jun 3, 2017

Please make 1 PR for 1 task in todo

TODO

  • Create a operation for displaying all contributors with specs (just copy current solution). Interactor documentation. Dummy operation class.
  • Replace current index implementation to the new operation;
  • Allow to pass sorted_by value to operation and return contributors in right order (use relation.order { <field>.desc } method.
  • Update frontend to send sorted_by value to operations
@Bounga
Copy link
Contributor

Bounga commented Feb 10, 2018

Do you mean you want to add the ability to sort by created_at, project and title in a given contributor show page?

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?

@davydovanton
Copy link
Member Author

yep, I want to see ?sorted_by=project param, we can update relation query and add search by key

@suryakun
Copy link

May I try to take this?

@nirnaeth
Copy link

I'm gonna take a stab at this if no one has objections

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants