Skip to content

Improvement on Top Downloaded Apps #112

@yihangx

Description

@yihangx

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):

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions