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
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 →

School dropdown component and auth tweaks in bloom

By RepoJournal , from @bgrgndzz's public GitHub activity

Backfilled

Buğra Gündüz shipped four changes to bgrgndzz/bloom, extracting UI logic into a reusable component and adjusting authentication settings.

The day began with extracting the school dropdown into a standalone component [1], which made that selection logic reusable across the app. In parallel, Buğra added a user list API endpoint [2] to serve user data without pagination. On the authentication side, he increased the JWT expiration window to 10 years [3], trading refresh frequency for longer-lived tokens. He also modified the self-info endpoint to work without requiring a page parameter [4], simplifying the API surface for fetching current user details.

One email a day. Unsubscribe in one click.

References

  1. [1] create component from school dropdown bgrgndzz/bloom
  2. [2] add user list api endpoint bgrgndzz/bloom
  3. [3] increase jwt expiration to 10 years bgrgndzz/bloom
  4. [4] get self info without a page bgrgndzz/bloom

Quick answers

What shipped in bgrgndzz on February 21, 2019?
Buğra Gündüz shipped four changes to bgrgndzz/bloom, extracting UI logic into a reusable component and adjusting authentication settings. In total, 4 commits landed.
Who contributed to bgrgndzz on February 21, 2019?
1 developer shipped this update, including Buğra Gündüz.
What were the notable bgrgndzz updates?
create component from school dropdown, add user list api endpoint, and increase jwt expiration to 10 years.