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

Multi-day feed is not accurate #148

Open
1aristotelis opened this issue Jul 6, 2023 · 0 comments
Open

Multi-day feed is not accurate #148

1aristotelis opened this issue Jul 6, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@1aristotelis
Copy link
Collaborator

{
  "rankings": [
    {
      "content_txid": "string",
      "content_type": "string",
      "difficulty": 0
    }
  ],
  "days": [
    [
      {
        "content_txid": "string",
        "content_type": "string",
        "difficulty": 0
      }
    ]
  ]
}

The rankings object contains all the data for the past 7 days. It should only contain data for the past 24h. The days data seems correct.
That means we display to much data on the feed and can lead to confusion in the ranking, for example, How can a 3 difficulty post be ranked after a 0.01 difficulty one?
image

@1aristotelis 1aristotelis added the bug Something isn't working label Jul 6, 2023
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

No branches or pull requests

1 participant