RepoJournal

@bgrgndzz

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

One email a day. Unsubscribe in one click.

76 stories across 42 days in 2019

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 →

Profile page and messaging in spoonsor

By RepoJournal , from @bgrgndzz's public GitHub activity

Backfilled

Buğra Gündüz built out a user profile view, wired messaging from the contact button, and added logout functionality across six commits to spoonsor.

The main work centered on a new profile page. Gündüz created the profile page UI [1], then served it as a route [2], and passed user data into the template [3]. On the messaging side, he linked the contact button to open messages [4] and added search filtering so users could find people they had already messaged [5]. He also created a logout route [6] to handle session exit.

One email a day. Unsubscribe in one click.

References

  1. [1] create profile page ui bgrgndzz/spoonsor
  2. [2] serve profile view bgrgndzz/spoonsor
  3. [3] pass user data to profile view bgrgndzz/spoonsor
  4. [4] link contact button to messages bgrgndzz/spoonsor
  5. [5] search messaged users bgrgndzz/spoonsor
  6. [6] create logout route bgrgndzz/spoonsor

Quick answers

What shipped in bgrgndzz on August 26, 2018?
Buğra Gündüz built out a user profile view, wired messaging from the contact button, and added logout functionality across six commits to spoonsor. In total, 6 commits landed.
Who contributed to bgrgndzz on August 26, 2018?
1 developer shipped this update, including Buğra Gündüz.
What were the notable bgrgndzz updates?
create profile page ui, serve profile view, and pass user data to profile view.