Wednesday, Nov 14, 2018
fixedFixed topics sorting and like display in bloom
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.
Sources
- fix topics sort · bgrgndzz/bloom
- fix a problem with displaying likes by changing the post keys · bgrgndzz/bloom
- better sorting · bgrgndzz/bloom
- connect routes to sorting controllers · bgrgndzz/bloom