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

add more types of sorting to /people #317

Closed
1 of 4 tasks
ebarry opened this issue Sep 8, 2015 · 3 comments
Closed
1 of 4 tasks

add more types of sorting to /people #317

ebarry opened this issue Sep 8, 2015 · 3 comments
Labels
break-me-up break up for cleaner code separation, discrete tests, and, easier and iterative collaboration help wanted requires help by anyone willing to contribute

Comments

@ebarry
Copy link
Member

ebarry commented Sep 8, 2015

To add to the improvement of #206 which re-organized /people by most recent node update, here are additional sort types that are needed -- each may be somewhat complex to do:

  • join date - this is easy, and used to be the default
  • number of contributions - this will be a bit tough -- it involves a count query, or a caching of a node count
  • number of likes earned on their research - this will be even harder, as it involves nested references -- a list of Users whose Nodes have earned Likes
  • by who has filled out information (which will include adding a picture) on their profile page (filter for users who have profile bio content #308) (this'll be much harder)

Any other sorting would be accomplished by tagging (see #104)

screen shot 2018-01-22 at 11 33 09 am

@ebarry ebarry added the outreach issues involve community involvement and helping people who're stuck somewhere label Sep 8, 2015
@jywarren jywarren added the break-me-up break up for cleaner code separation, discrete tests, and, easier and iterative collaboration label Nov 15, 2016
@jywarren jywarren changed the title add more types of sorting to /profiles and alias /people add more types of sorting to /profiles Jan 22, 2018
@jywarren jywarren changed the title add more types of sorting to /profiles add more types of sorting to /people Jan 22, 2018
@grvsachdeva
Copy link
Member

Hi @ebarry @jywarren, we now provide these sorting options - username, join date, last activity. If we still want to add other sort options, we can add small links above the table?

What do you think about this?

Thanks!

@grvsachdeva grvsachdeva added help wanted requires help by anyone willing to contribute and removed outreach issues involve community involvement and helping people who're stuck somewhere labels Mar 25, 2019
@jywarren
Copy link
Member

I think we're all good here! Thanks!!!!

@jywarren
Copy link
Member

We can re-address what we'd like to show in the new card display on the new People page: https://publiclab.org/notes/edie_blues/01-16-2019/what-do-you-think-about-this-design-for-the-people-page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
break-me-up break up for cleaner code separation, discrete tests, and, easier and iterative collaboration help wanted requires help by anyone willing to contribute
Projects
None yet
Development

No branches or pull requests

3 participants