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

Improvement on Top Downloaded Apps #112

Open
yihangx opened this issue Mar 7, 2024 · 0 comments
Open

Improvement on Top Downloaded Apps #112

yihangx opened this issue Mar 7, 2024 · 0 comments

Comments

@yihangx
Copy link
Member

yihangx commented Mar 7, 2024

Now, top downloaded apps show all-time top downloaded apps, which is kind of outdated. It should show top downloaded apps in last 24 months.

Related code:

downloaded_apps = App.objects.filter(active=True).order_by('downloads').reverse()[:_DefaultConfig.num_of_top_apps]

def all_apps_downloads(request):

jai12789 added a commit to jai12789/appstore that referenced this issue Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant