Tuesday, Aug 21, 2018
shippedAuthentication and seekers view for spoonsor
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].
Sources
- hash password before registering user · bgrgndzz/spoonsor
- fix session not saving issue · bgrgndzz/spoonsor
- fix register issues · bgrgndzz/spoonsor
- fix loggedIn middleware · bgrgndzz/spoonsor
- fix autofill breaking input background in login view · bgrgndzz/spoonsor
- fix login background overflowing · bgrgndzz/spoonsor
- update user type to allow for arrays as sponsorship types · bgrgndzz/spoonsor
- pass seekers to seeker view · bgrgndzz/spoonsor
- list seekers in seekers view · bgrgndzz/spoonsor
- display seeker info in the modal · bgrgndzz/spoonsor
- fix small non-breaking issues · bgrgndzz/spoonsor
- fix title overflow issue · bgrgndzz/spoonsor