abhiabhi94 / blog

A django based blog.
https://www.hackadda.com
MIT License
1 stars 1 forks source link

Display trending articles according to the time zone #110

Closed abhiabhi94 closed 4 years ago

abhiabhi94 commented 4 years ago

Currently, trending articles are the same for all timezones. We could try displaying them according to the timezones. All we would need is:

  1. Store timezone inside the hit model for the hits received.
  2. Inside the trending function, while filtering the views for a particular day, we will need to add a timezone filter.
abhiabhi94 commented 4 years ago

not requirement, may be in future if the blog gets popular.