Sorting, pagination, and image compression in bloom
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
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.
One email a day. Unsubscribe in one click.
A short briefing every day bgrgndzz ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] change the sorting algorithm for popular topics bgrgndzz/bloom
- [2] paginate notifications bgrgndzz/bloom
- [3] optimize pagination bgrgndzz/bloom
- [4] compress images larger than 2048 pixels bgrgndzz/bloom
- [5] disable auto capitalize on email field (closes #9) bgrgndzz/bloom