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

Registration flow and user API updates in bloom

By RepoJournal , from @bgrgndzz's public GitHub activity

Backfilled

Buğra Gündüz pushed 4 commits to bgrgndzz/bloom, adding agreement text to registration, exposing user IDs in the API, and handling image uploads.

On the registration page, Gündüz added agreement acceptance text [1] to make the terms visible during signup. The user API response was extended to include the user ID [2], making it easier for clients to reference users without a separate lookup. Usage terms were added to the settings section [3], giving users access to them after account creation. Image uploads were handled by resizing images to 512px [4], reducing file size so larger images could be uploaded without hitting server limits.

One email a day. Unsubscribe in one click.

References

  1. [1] add agreement acceptance text on register page bgrgndzz/bloom
  2. [2] add id to user api response bgrgndzz/bloom
  3. [3] add usage terms to settings bgrgndzz/bloom
  4. [4] resize images to 512px in order to upload large images bgrgndzz/bloom

Quick answers

What shipped in bgrgndzz on January 30, 2019?
Buğra Gündüz pushed 4 commits to bgrgndzz/bloom, adding agreement text to registration, exposing user IDs in the API, and handling image uploads. In total, 4 commits landed.
Who contributed to bgrgndzz on January 30, 2019?
1 developer shipped this update, including Buğra Gündüz.
What were the notable bgrgndzz updates?
add agreement acceptance text on register page, add id to user api response, and add usage terms to settings.