Sunday, Aug 26, 2018
shippedProfile page and messaging in spoonsor
Buğra Gündüz built out a user profile view, wired messaging from the contact button, and added logout functionality across six commits to spoonsor.
The main work centered on a new profile page. Gündüz created the profile page UI [1], then served it as a route [2], and passed user data into the template [3]. On the messaging side, he linked the contact button to open messages [4] and added search filtering so users could find people they had already messaged [5]. He also created a logout route [6] to handle session exit.
Sources
- create profile page ui · bgrgndzz/spoonsor
- serve profile view · bgrgndzz/spoonsor
- pass user data to profile view · bgrgndzz/spoonsor
- link contact button to messages · bgrgndzz/spoonsor
- search messaged users · bgrgndzz/spoonsor
- create logout route · bgrgndzz/spoonsor