RepoJournal

@bgrgndzz

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

One email a day. Unsubscribe in one click.

14 stories across 8 days in 2020

Mon Wed Fri
Aug Sep Oct Nov Dec
an entry to read activity only Less More before entries began Full year →

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 →

Android setup and profile stats integration in bloom

By RepoJournal , from @bgrgndzz's public GitHub activity

Backfilled

Buğra Gündüz pushed 8 commits to bgrgndzz/bloom, wiring up Android configuration and connecting backend endpoints for user profiles, stats, and feeds to the client.

The work split between platform setup and API integration. Buğra started with Android configuration [1], then moved to the profile feature set. He implemented the ability to send profile stats [2] and fixed an issue that arose in that implementation [3]. The profile page gained the ability to display anonymous stats [4].

On the integration side, Buğra connected the stats endpoint to the app [5] and the following endpoint [6]. He ensured that when a user is followed, the followUser action is saved [7]. At the end of the day, he created a new feed API endpoint [8].

One email a day. Unsubscribe in one click.

References

  1. [1] setup android configs bgrgndzz/bloom
  2. [2] send profile stats bgrgndzz/bloom
  3. [3] fix issue with profile stats bgrgndzz/bloom
  4. [4] show anonymous stats on profile bgrgndzz/bloom
  5. [5] connect stats endpoint to the app bgrgndzz/bloom
  6. [6] connect following endpoint to the app bgrgndzz/bloom
  7. [7] save followUser when the user is followed bgrgndzz/bloom
  8. [8] create feed api endpoint bgrgndzz/bloom

Quick answers

What shipped in bgrgndzz on November 20, 2018?
Buğra Gündüz pushed 8 commits to bgrgndzz/bloom, wiring up Android configuration and connecting backend endpoints for user profiles, stats, and feeds to the client. In total, 8 commits landed.
Who contributed to bgrgndzz on November 20, 2018?
1 developer shipped this update, including Buğra Gündüz.
What were the notable bgrgndzz updates?
setup android configs, send profile stats, and fix issue with profile stats.