Monday, Jan 28, 2019
shippedSorting, pagination, and image compression in bloom
Buğra Gündüz pushed five commits to bloom, reworking how popular topics sort and adding pagination to notifications.
The main change was a new sorting algorithm for popular topics [1], which altered how the feed ranked content. Alongside that, he added pagination to notifications [2], then optimized the pagination logic itself [3] to handle the new feature more efficiently. He also added image compression for files larger than 2048 pixels [4], reducing bandwidth for users uploading media. A small fix disabled auto-capitalization on the email field [5], closing issue #9.
Sources
- change the sorting algorithm for popular topics · bgrgndzz/bloom
- paginate notifications · bgrgndzz/bloom
- optimize pagination · bgrgndzz/bloom
- compress images larger than 2048 pixels · bgrgndzz/bloom
- disable auto capitalize on email field (closes #9) · bgrgndzz/bloom