Fixed topics sorting and like display in bloom
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
Buğra Gündüz pushed four commits to bloom, addressing sorting issues and a data structure problem that was breaking the likes display.
The day's work centered on two separate problems in the bloom repository. Gündüz fixed the topics sort [1], then tackled a display bug by changing the post keys [2], which had been preventing likes from rendering correctly. On the wiring side, he implemented better sorting logic [3] and connected the routes to the sorting controllers [4], completing the plumbing needed for the sort feature to work end to end.
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] fix topics sort bgrgndzz/bloom
- [2] fix a problem with displaying likes by changing the post keys bgrgndzz/bloom
- [3] better sorting bgrgndzz/bloom
- [4] connect routes to sorting controllers bgrgndzz/bloom