hemebond / quaddicted

Quaddicted upgrade written with Django
MIT License
7 stars 1 forks source link

Feature/api filtering #41

Closed hemebond closed 3 years ago

hemebond commented 4 years ago

This pull request moves control of the package list view to the API and unifies the filtering, sorting, and pagination across all view formats (list, card, json, and API).

It also moves the views from class-based to function-based.

image