plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Featured plugins

Open orthagh opened this issue 5 years ago • 2 comments

SQL request required to adapt existing DB: ALTER TABLE `plugin` ADD `featured` int NULL AFTER `active`;

orthagh avatar Feb 11 '20 15:02 orthagh

I just added a commit to change how sub plugin endpoints (trending, new, etc) retrieve partial data. Previously it was an hard limit set on 10, now it's paginated with X-range header (if not set, default is 15 items returned).

For marketplace, it could serve to do some sorting (by download count, new, updated, etc).

orthagh avatar Feb 12 '20 09:02 orthagh

This PR is technically OK.

Is the feature still wanted ?

cedric-anne avatar Apr 15 '21 13:04 cedric-anne