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 →

API endpoint, profile page, and iOS assets for Bloom

By RepoJournal , from @bgrgndzz's public GitHub activity

Backfilled

Buğra Gündüz built out the backend and frontend for a user-facing application, moving the project toward a public launch.

Across six commits to bgrgndzz/bloom, Gündüz added a user creation API endpoint [1] and built a profile page [2] to display user information. He added CORS support [4] to allow cross-origin requests, enabling the frontend to communicate with the backend. On the client side, he created iOS launch screens and app icons [5], preparing the mobile app for distribution. He also removed the test command [3] from the build configuration and migrated the service to a temporary domain [6], getting the infrastructure ready for early access.

One email a day. Unsubscribe in one click.

References

  1. [1] create user api endpoint bgrgndzz/bloom
  2. [2] create profile page bgrgndzz/bloom
  3. [3] remove test command bgrgndzz/bloom
  4. [4] add cors support bgrgndzz/bloom
  5. [5] create ios launch screen and app icons bgrgndzz/bloom
  6. [6] migrate to a temporary domain bgrgndzz/bloom

Quick answers

What shipped in bgrgndzz on November 7, 2018?
Buğra Gündüz built out the backend and frontend for a user-facing application, moving the project toward a public launch. In total, 6 commits landed.
Who contributed to bgrgndzz on November 7, 2018?
1 developer shipped this update, including Buğra Gündüz.
What were the notable bgrgndzz updates?
create user api endpoint, create profile page, and remove test command.