RepoJournal

@bgrgndzz

A short briefing every day bgrgndzz ships something — in about 3 minutes.

One email a day. Unsubscribe in one click.

0 stories across 0 days in 2023

Mon Wed Fri
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
an entry to read activity only Less More before entries began Recent weeks →

Entries start May 14, 2018 — we reconstructed the previous month from @bgrgndzz's public GitHub activity on the day they joined. Squares before that show contribution counts only.

Full archive →

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.

References

  1. [1] fix topics sort bgrgndzz/bloom
  2. [2] fix a problem with displaying likes by changing the post keys bgrgndzz/bloom
  3. [3] better sorting bgrgndzz/bloom
  4. [4] connect routes to sorting controllers bgrgndzz/bloom

Quick answers

What shipped in bgrgndzz on November 14, 2018?
Buğra Gündüz pushed four commits to bloom, addressing sorting issues and a data structure problem that was breaking the likes display. In total, 4 commits landed.
Who contributed to bgrgndzz on November 14, 2018?
1 developer shipped this update, including Buğra Gündüz.
What were the notable bgrgndzz updates?
fix topics sort, fix a problem with displaying likes by changing the post keys, and better sorting.