RepoJournal

@bgrgndzz

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

One email a day. Unsubscribe in one click.

13 stories across 4 days in 2021

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 →

Profile navigation and 404 handling in spoonsor

By RepoJournal , from @bgrgndzz's public GitHub activity

Backfilled

Buğra Gündüz shipped eight commits across navigation, profile features, and error pages in spoonsor.

The largest change replaced a user modal with a redirect to the profile page [1], simplifying how users access profile information. He added a contact button to the profile page itself [2] to make outreach more discoverable.

Three commits went toward error handling: building a 404 UI [6], serving it when routes don't exist [5], and centering the header logo on that page [7]. He also wired up an activation page to serve when needed [8].

On the data side, he filtered out the logged-in user from appearing in events and sponsors lists [3], preventing self-referential display. He added a footer to the index page [4], and continued work on the profile contact feature [2].

One email a day. Unsubscribe in one click.

References

  1. [1] remove user modal, redirect to profile instead bgrgndzz/spoonsor
  2. [2] add contact button to profile bgrgndzz/spoonsor
  3. [3] hide self in events and sponsors bgrgndzz/spoonsor
  4. [4] add footer to index bgrgndzz/spoonsor
  5. [5] serve 404 view bgrgndzz/spoonsor
  6. [6] create 404 ui bgrgndzz/spoonsor
  7. [7] center 404 header logo bgrgndzz/spoonsor
  8. [8] serve activation page bgrgndzz/spoonsor

Quick answers

What shipped in bgrgndzz on August 30, 2018?
Buğra Gündüz shipped eight commits across navigation, profile features, and error pages in spoonsor. In total, 8 commits landed.
Who contributed to bgrgndzz on August 30, 2018?
1 developer shipped this update, including Buğra Gündüz.
What were the notable bgrgndzz updates?
remove user modal, redirect to profile instead, add contact button to profile, and hide self in events and sponsors.