poggit icon indicating copy to clipboard operation
poggit copied to clipboard

Display plugin code size or update diff size in review queue

Open SOF3 opened this issue 4 years ago • 4 comments

This helps reviewers clear out small plugins from the queue more quickly. Basically enables an "express lane".

SOF3 avatar Jan 11 '22 11:01 SOF3

I'd assume this to be stored in plugin submission as if fetched on review page right now that'd be more than 50 github calls...

JaxkDev avatar Jan 18 '22 09:01 JaxkDev

Could as well be determined during build time.

SOF3 avatar Jan 18 '22 12:01 SOF3

Could as well be determined during build time.

We wouldn't know the difference? for example If build 1 is an approved release. and builds 2,3,4 and built between then build 4 is submitted. however when build 5 is built how does it know to compare size with build 1 or 4 (as 4 could be rejected etc)

JaxkDev avatar May 28 '24 15:05 JaxkDev

Right, then it has to be determined during submission.

SOF3 avatar May 29 '24 06:05 SOF3