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 2024

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 →

Feed filtering and navigation fixes in bloom

By RepoJournal , from @bgrgndzz's public GitHub activity

Backfilled

Buğra Gündüz wired the feed endpoint into the app and added filtering logic to control what posts appear in users' streams.

Four commits landed in bgrgndzz/bloom. The main work connected the feed endpoint to the app [2], so the feed could actually pull data from the backend. He also built logic to hide anonymous posts in the feed [1], giving users control over what types of content they see. When a user follows nobody yet, the feed now shows placeholder text instead of an empty state [3]. A fourth commit addressed page change dynamics with react-navigation [4], fixing how the app behaves when users navigate between screens.

One email a day. Unsubscribe in one click.

References

  1. [1] hide anonymous posts in feed bgrgndzz/bloom
  2. [2] connect feed endpoint to the app bgrgndzz/bloom
  3. [3] show placeholder text in feed if no one is followed bgrgndzz/bloom
  4. [4] fix page change dynamics with react-navigation bgrgndzz/bloom

Quick answers

What shipped in bgrgndzz on November 21, 2018?
Buğra Gündüz wired the feed endpoint into the app and added filtering logic to control what posts appear in users' streams. In total, 4 commits landed.
Who contributed to bgrgndzz on November 21, 2018?
1 developer shipped this update, including Buğra Gündüz.
What were the notable bgrgndzz updates?
hide anonymous posts in feed, connect feed endpoint to the app, and show placeholder text in feed if no one is followed.