Profile page and messaging in spoonsor
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
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.
One email a day. Unsubscribe in one click.
A short briefing every day bgrgndzz ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] create profile page ui bgrgndzz/spoonsor
- [2] serve profile view bgrgndzz/spoonsor
- [3] pass user data to profile view bgrgndzz/spoonsor
- [4] link contact button to messages bgrgndzz/spoonsor
- [5] search messaged users bgrgndzz/spoonsor
- [6] create logout route bgrgndzz/spoonsor