RepoJournal

@bgrgndzz

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

One email a day. Unsubscribe in one click.

223 stories across 67 days in 2018

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 →

Authentication and seekers view for spoonsor

By RepoJournal , from @bgrgndzz's public GitHub activity

Backfilled

Buğra Gündüz pushed 13 commits to bgrgndzz/spoonsor, building out user registration and login flows while adding a seekers directory view.

The day split between authentication work and user-facing features. On the registration side, Gündüz hashed passwords before storing them [1], fixed session persistence [2], and resolved registration issues [3]. The login flow got its own attention: middleware was corrected [4], autofill styling was repaired so it wouldn't break the input background [5], and a background overflow problem was addressed [6].

Meanwhile, the seekers view came together. Gündüz updated the user type schema to accept arrays as sponsorship types [7], passed seeker data to the view [8], and rendered a list of seekers [9]. A modal was added to display individual seeker information [10]. Several small non-breaking issues were fixed across the application [11], and a title overflow issue was corrected [12].

One email a day. Unsubscribe in one click.

References

  1. [1] hash password before registering user bgrgndzz/spoonsor
  2. [2] fix session not saving issue bgrgndzz/spoonsor
  3. [3] fix register issues bgrgndzz/spoonsor
  4. [4] fix loggedIn middleware bgrgndzz/spoonsor
  5. [5] fix autofill breaking input background in login view bgrgndzz/spoonsor
  6. [6] fix login background overflowing bgrgndzz/spoonsor
  7. [7] update user type to allow for arrays as sponsorship types bgrgndzz/spoonsor
  8. [8] pass seekers to seeker view bgrgndzz/spoonsor
  9. [9] list seekers in seekers view bgrgndzz/spoonsor
  10. [10] display seeker info in the modal bgrgndzz/spoonsor
  11. [11] fix small non-breaking issues bgrgndzz/spoonsor
  12. [12] fix title overflow issue bgrgndzz/spoonsor

Quick answers

What shipped in bgrgndzz on August 21, 2018?
Buğra Gündüz pushed 13 commits to bgrgndzz/spoonsor, building out user registration and login flows while adding a seekers directory view. In total, 13 commits landed.
Who contributed to bgrgndzz on August 21, 2018?
1 developer shipped this update, including Buğra Gündüz.
What were the notable bgrgndzz updates?
hash password before registering user, fix session not saving issue, and fix register issues.