pow-co / pow.co

https://powco.vercel.app
7 stars 7 forks source link

Multi-day feed is not accurate #148

Open 1aristotelis opened 1 year ago

1aristotelis commented 1 year ago
{
  "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