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

app-project: YourStats total count of project classifications still uses old project preferences activity count instead of ERAS #6400

Open
goplayoutside3 opened this issue Oct 23, 2024 · 1 comment · May be fixed by #6401
Assignees
Labels
bug Something isn't working

Comments

@goplayoutside3
Copy link
Contributor

goplayoutside3 commented Oct 23, 2024

Package

Examples

  • app-project

Describe the bug

The homepage, stats pages, user groups, and daily classification counts in YourStats all use stats data fetched from ERAS. The "total" count in YourStats still grabs its count from user project preference activity count here:

get totalClassificationCount() {
return self.projectPreferences?.activity_count || 0
}

To Reproduce

Steps to reproduce the behavior:

  1. On my homepage and stats page, I have a total classification count for The Daily Minor Planet of 25, but on the project's classify page my total count in YourStats says 24

Expected behavior

User stats data should be consistently fetched via ERAS across all webpages.

@goplayoutside3 goplayoutside3 added the bug Something isn't working label Oct 23, 2024
@goplayoutside3 goplayoutside3 self-assigned this Oct 23, 2024
@goplayoutside3
Copy link
Contributor Author

Noticed in #6399

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.

1 participant