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

Home page recent projects are shown in reverse order #6407

Closed
eatyourgreens opened this issue Oct 25, 2024 · 3 comments · Fixed by #6409
Closed

Home page recent projects are shown in reverse order #6407

eatyourgreens opened this issue Oct 25, 2024 · 3 comments · Fixed by #6409
Labels
bug Something isn't working

Comments

@eatyourgreens
Copy link
Contributor

eatyourgreens commented Oct 25, 2024

Package

  • app-root or lib-user. I'm not sure.

Describe the bug

After doing some classifications today for Material Culture of Wills, then some classifications for Squirrel Mapper, the order of today’s projects on the home page is reversed:

  1. Material Culture of Wills.
  2. Squirrel Mapper.

To Reproduce

Classify on more than one project, then look at your recent projects on the home page.

Expected behavior

Projects should be listed with my most recent classification activity first.

Additional context

I'm reasonably sure this bug was introduced by #6397.

@goplayoutside3
Copy link
Contributor

See https://www.zooniverse.org/talk/2354/3435274?comment=5722201

Copying the Talk explanation for clarity:
We’re going to revert this change by the end of next week based on your input and the UI/UX decision that recent projects should display in the exact order in which classified.

The new stats service ERAS involves time aggregation, so the request for projects a person has classified on will never return a fine-grained response smaller than 24hrs. ERAS will return projects in the order of what was done in a current time bucket, and the smallest time bucket is one day. The unexpected behavior of seeing projects in an order different than recent subjects is more noticeable when you’ve classified on multiple projects in one day and also visit your homepage to look at the Continue Classifying section frequently.

@eatyourgreens
Copy link
Contributor Author

Thanks for the explanation. By the way, updates to user project preferences (UPP) don’t accurately reflect recent classifications either, because PFE projects update your UPP when you visit a project. A finished or paused project can jump to the top of your recent activity list if you go back and look at it.

@goplayoutside3
Copy link
Contributor

updates to user project preferences (UPP) don’t accurately reflect recent classifications either

Agreed! But this is how the old PFE homepage worked, and it's what we'll have to fallback on while working on a strategy for the best recent projects UX.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants